Skip to content

Commit e13f711

Browse files
Update StudioInstaller.sh
1 parent 4aca66e commit e13f711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StudioInstaller.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
JDKInstall (){
1010
printf "Installing JDK8\n"
1111
printf "\n Enter your Password then Sit back and Relax\n"
12-
sudo apt update -y
13-
sudo apt install openjdk-8-jdk openjdk-8-jre -y
12+
apt update -y
13+
apt install openjdk-8-jdk openjdk-8-jre -y
1414
printf "\n Setting Java Path Variable\n"
1515
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
1616
printf "\n Testing JAVA_HOME Path\n"

0 commit comments

Comments
 (0)