We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aca66e commit e13f711Copy full SHA for e13f711
StudioInstaller.sh
@@ -9,8 +9,8 @@
9
JDKInstall (){
10
printf "Installing JDK8\n"
11
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
+ apt update -y
+ apt install openjdk-8-jdk openjdk-8-jre -y
14
printf "\n Setting Java Path Variable\n"
15
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
16
printf "\n Testing JAVA_HOME Path\n"
0 commit comments