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: installjava
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ then
16
16
echo
17
17
exit
18
18
else
19
-
#Checking, whether is someone trying to cheat and simplyfy their instalLation it on Linux (i.e. x86 (not listad, as you can see) machine)
19
+
#Checking, whether is someone trying to cheat and simplyfy their installation it on Linux (i.e. x86 (not listad, as you can see) machine) using this script, which have no reason to work.
20
20
case`dpkg --print-architecture`in
21
21
aarch64)
22
22
archname="aarch64"; tag="v8" ;;
@@ -43,8 +43,13 @@ else
43
43
cd$PREFIX/share
44
44
tar -xhf jdk8_${archname}.tar.gz
45
45
46
-
ee "\e[32m[*] \e[34mMoving Java wrapper scripts to bin..."
ee "\e[32m[*] \e[34mCoping Java wrapper scripts to bin..."
51
+
#I'm not 100% sure, but getting rid of bin contnent MAY cause some issues with %JAVA_HOME%, thus it's no longer moved - copied instead. Sorry to everyone short on storage.
52
+
cp bin/*$PREFIX/bin
48
53
49
54
ee "\e[32m[*] \e[34mCleaning up temporary files..."
0 commit comments