From 0ef0ac5975546c775e7ed20a2a56cc86d05abb55 Mon Sep 17 00:00:00 2001 From: Nicole George Date: Thu, 16 Apr 2020 10:55:21 -0500 Subject: [PATCH] Fixed getting wrong launch.sh link --- worlds-installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worlds-installer.sh b/worlds-installer.sh index f87542d..5be6d01 100755 --- a/worlds-installer.sh +++ b/worlds-installer.sh @@ -145,7 +145,8 @@ worlds () { } launchscript () { - wget -O"$WORLDSDIR/launch.sh" "https://github.com/Vencorr/Worlds-LinuxScript/blob/master/launch.sh" + wget -O"$WORLDSDIR/launch.sh" "https://raw.githubusercontent.com/Vencorr/Worlds-LinuxScript/master/launch.sh" + chmod +x "$WORLDSDIR/launch.sh" wget -O"$WORLDSDIR/icon.png" "https://raw.githubusercontent.com/Vencorr/Worlds-LinuxScript/master/icon.png" rm "$WORLDSDIR/wine.worlds" "$WORLDSDIR/wineprefix.worlds" "$WORLDSDIR/worlds.worlds" echo "$WINE" > "$WORLDSDIR/wine.worldslinux"