From 75f5bb4e17f4a6edc8e3ba25d9674101b001aa25 Mon Sep 17 00:00:00 2001 From: Nicole George Date: Tue, 18 Feb 2020 22:30:22 -0600 Subject: [PATCH] Moved mv commands to proper location --- install-worlds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-worlds.sh b/install-worlds.sh index 0dc2308..ad199f8 100644 --- a/install-worlds.sh +++ b/install-worlds.sh @@ -17,11 +17,11 @@ start () { download () { cd "$WORLDSDIR/downloads" wget https://raw.githubusercontent.com/Vencorr/Worlds-LinuxScript/master/files.txt + wget -i files.txt mv Worlds*.exe Worlds.exe mv jre*.exe java.exe mv K-Lite*.exe K-Lite.exe mv LAV*.exe LAV.exe - wget -i files.txt prefix }