Skip to content

Commit

Permalink
fixes to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Hill committed Dec 8, 2017
1 parent 6288057 commit a364a69
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ echo -e " * 7: Remove Launch Scripts"
echo -e " * 8: Exit"

read NUM
case $NUM in
1)
sudo bash ./Install_moonlight.sh
sudo bash ./Pair_moonlight.sh
sudo bash ./Install_moonlight_menu.sh
sudo bash ./Install_Scripts.sh
sudo bash ./Install_themes.sh
;;
2)
case $NUM in
1)
sudo bash ./Install_moonlight.sh
sudo bash ./Pair_moonlight.sh
sudo bash ./Install_moonlight_menu.sh
sudo bash ./Install_Scripts.sh
sudo bash ./Install_themes.sh
;;
2)
sudo bash ./Install_moonlight.sh
sudo bash ./Install.sh
;;
Expand Down

0 comments on commit a364a69

Please sign in to comment.