You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: uninstall_java.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ else
19
19
#Actual uninstallation
20
20
ee "\e[32m[*] \e[34mUnseting %JAVA_HOME%..."
21
21
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\" SETUP FILE, AS NOT DOING THAT WILL CAUSE PROBLEMS IN SOME APPS!"
0 commit comments