Skip to content

Commit 9cef6fc

Browse files
authored
Fixed some more spaces.
BRUH!
1 parent 5a2f334 commit 9cef6fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uninstall_java.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ then
1616
echo
1717
exit
1818
else
19-
#Actual uninstallation
19+
#Actual uninstallation
2020
ee "\e[32m[*] \e[34mUnseting %JAVA_HOME%..."
2121
unset JAVA_HOME=$PREFIX/share/jdk8
22-
echo "[WARNING!!!]: THIS SCRIPT WILL UNSET THE %JAVA_HOME% >>ONLY TEMPORARILY<<!!! I STRONGLY RECOMEND YOU TO REMOVE \"export JAVA_HOME=$PREFIX/share/jdk8\" line FROM YOUR \"$HOME/.profile\" (I haven't figured out how to that in Bash) SETUP FILE AS NOT DOING THAT >>WILL<< CAUSE PROBLEMS IN SOME APPS!!!"
22+
echo "[WARNING!!!]: THIS SCRIPT WILL UNSET THE %JAVA_HOME% >>ONLY TEMPORARILY<<!!! I STRONGLY RECOMEND YOU TO REMOVE \"export JAVA_HOME=$PREFIX/share/jdk8\" line FROM YOUR \"$HOME/.profile\" (I haven't figured out how to that in Bash) SETUP FILE AS NOT DOING THAT >>WILL<< CAUSE PROBLEMS IN SOME APPS!!!"
2323

2424
ee "\e[32m[*] \e[34mRemoving Java..."
2525
rm -drf $PREFIX/share/jdk8
@@ -34,4 +34,4 @@ else
3434
echo
3535
ee "\e[32mJava was successfully uninstalled!\e[39m"
3636
echo
37-
fi
37+
fi

0 commit comments

Comments
 (0)