From c62a447a5b61659a3f1ed3bce4f64b9ce383b82f Mon Sep 17 00:00:00 2001 From: NexDev <111369635+NexD4v@users.noreply.github.com> Date: Tue, 29 Nov 2022 14:53:56 +0100 Subject: [PATCH] Update installjava --- installjava | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installjava b/installjava index 2183676..9e3afae 100755 --- a/installjava +++ b/installjava @@ -51,7 +51,7 @@ else ee "\e[32m[*] \e[34mCoping Java wrapper scripts to bin..." #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. - cp bin/* $PREFIX/bin + cp --remove-destination bin/* $PREFIX/bin ee "\e[32m[*] \e[34mCleaning up temporary files..." rm -rf $HOME/installjava