Browse Source

remove some comments

website
Aidan Kahrs 7 years ago
committed by GitHub
parent
commit
763db6688e
1 changed files with 3 additions and 8 deletions
  1. +3
    -8
      scripts/postinstall

+ 3
- 8
scripts/postinstall View File

@ -21,7 +21,7 @@ do
case $opt in case $opt in
"CS") "CS")
echo -e "Welcome to the TigerOS CS package installer script.\n echo -e "Welcome to the TigerOS CS package installer script.\n
This script will install IDEA, PyCharm, PROLOG, Racket and JFLAP on your machine."
This script will install Intellij IDEA, PyCharm, PROLOG, Racket and JFLAP on your machine."
while true; do while true; do
read -p "Do you wish to continue? [y/n] " yn read -p "Do you wish to continue? [y/n] " yn
case $yn in case $yn in
@ -29,15 +29,10 @@ do
[Nn]* ) exit;; [Nn]* ) exit;;
esac esac
done done
# IDEA
./cs/idea.sh ./cs/idea.sh
# Pycharm
# TODO Pycharm # TODO Pycharm
# PROLOG
# TODO PROLOG # TODO PROLOG
# Racket
# TODO Racket # TODO Racket
# JFLAP
./cs/jflap.sh ./cs/jflap.sh
;; ;;
"IT/WMC") "IT/WMC")
@ -87,8 +82,8 @@ do
[Nn]* ) exit;; [Nn]* ) exit;;
esac esac
done done
dnf install -y eclipse-jdt ruby sqlite
./se/spin.sh && ./se/alloy.sh
dnf install -y eclipse-jdt ruby sqlite
./se/spin.sh && ./se/alloy.sh
echo "Install finished" echo "Install finished"
exit exit
;; ;;

Loading…
Cancel
Save