Browse Source

fixed cs installer to properly exit.

website
Tim Zabel 7 years ago
parent
commit
911e8f9e3c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      scripts/postinstall

+ 2
- 1
scripts/postinstall View File

@ -37,9 +37,10 @@ This script will install Intellij IDEA, PyCharm, PROLOG, Racket, Logisim and JFL
# TODO PROLOG
wget https://mirror.racket-lang.org/installers/6.8/racket-6.8-x86_64-linux.sh
chmod +x racket-6.8-x86_64-linux.sh
bash /racket-6.8-x86_64-linux.sh
bash racket-6.8-x86_64-linux.sh
bash /usr/local/bin/cs/logisim.sh
bash /usr/local/bin/cs/jflap.sh
exit
;;
"IT/WMC")
echo -e "Welcome to the TigerOS IT/WMC package installer script.\n

Loading…
Cancel
Save