Moved mv commands to proper location

This commit is contained in:
Nicole George 2020-02-18 22:30:22 -06:00 committed by GitHub
parent 7b35e75f00
commit 75f5bb4e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}