Fix installer to get raw launch.sh
This commit is contained in:
parent
a43dee17fd
commit
b50281452a
|
@ -147,7 +147,7 @@ worlds () {
|
||||||
}
|
}
|
||||||
|
|
||||||
launchscript () {
|
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"
|
||||||
wget -O"$WORLDSDIR/icon.png" "https://raw.githubusercontent.com/Vencorr/Worlds-LinuxScript/master/icon.png"
|
wget -O"$WORLDSDIR/icon.png" "https://raw.githubusercontent.com/Vencorr/Worlds-LinuxScript/master/icon.png"
|
||||||
rm "$WORLDSDIR/wrldslinux"
|
rm "$WORLDSDIR/wrldslinux"
|
||||||
echo "# Configuration for Worlds on Linux." > "$WORLDSDIR/wrldslinux"
|
echo "# Configuration for Worlds on Linux." > "$WORLDSDIR/wrldslinux"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user