|
@@ -3,10 +3,9 @@
|
|
RETCODE=$(fw_exists ${IROOT}/duda-0.23.installed)
|
|
RETCODE=$(fw_exists ${IROOT}/duda-0.23.installed)
|
|
[ ! "$RETCODE" == 0 ] || { return 0; }
|
|
[ ! "$RETCODE" == 0 ] || { return 0; }
|
|
|
|
|
|
-fw_get http://duda.io/releases/duda-client/dudac-0.23.tar.gz -O dudac-0.23.tar.gz
|
|
|
|
-fw_untar dudac-0.23.tar.gz
|
|
|
|
|
|
+git clone https://github.com/monkey/dudac.git
|
|
|
|
|
|
-cd dudac-0.23
|
|
|
|
|
|
+cd dudac/
|
|
|
|
|
|
./dudac -r
|
|
./dudac -r
|
|
./dudac -s
|
|
./dudac -s
|