Skip to content

Commit

Permalink
Update limelightRetroInstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stsfin committed Mar 31, 2015
1 parent 6b53407 commit 2059851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limelightRetroInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

read -p "Press anykey to start Java8 install, input sudo credentials if asked `echo $'\n> '`" -n1 -s

sudo apt-get update && sudo apt-get --yes install oracle-java8-jdk && sudo apt-get --yes install input-utils
sudo apt-get update && sudo apt-get -y install oracle-java8-jdk && sudo apt-get -y install input-utils

#create folders for install

Expand Down

0 comments on commit 2059851

Please sign in to comment.