dsl_platform.sh 339 B

1234567891011
  1. #!/bin/bash
  2. RETCODE=$(fw_exists ${IROOT}/dsl-compiler-1.7.installed)
  3. [ ! "$RETCODE" == 0 ] || { \
  4. return 0; }
  5. wget -O $IROOT/dsl-compiler.zip https://github.com/ngs-doo/revenj/releases/download/1.4.1/dsl-compiler.zip
  6. unzip -o $IROOT/dsl-compiler.zip -d $IROOT
  7. rm $IROOT/dsl-compiler.zip
  8. echo "1.7" > $IROOT/dsl-compiler-1.7.installed