From 9637582cdb725fc92e7bfae11a7935d903d9a9c3 Mon Sep 17 00:00:00 2001 From: Nicole George Date: Wed, 15 Apr 2020 22:48:57 -0500 Subject: [PATCH] Update 1922 to a10 --- worlds-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds-installer.sh b/worlds-installer.sh index 72a4db6..f87542d 100755 --- a/worlds-installer.sh +++ b/worlds-installer.sh @@ -104,7 +104,7 @@ work () { download1922 () { export WORLDSINSTALL="$WINEPREFIX/drive_c/Program Files/Worlds Inc/WorldsPlayer - Win7" - wget -O$INSTALLER "http://cache.worlds.com/test/WorldsPlayerWin7-1922a09.exe" 2>&1 | sed -u 's/.* \([0-9]\+%\)\ \+\([0-9.]\+.\) \(.*\)/\1\n# Downloading at \2\/s, ETA \3/' | zenity --progress --title="$WTITLE - Worlds $WORLDSVER" --text="Starting Download.." --width=300 --height=50 --auto-close --auto-kill + wget -O$INSTALLER "http://cache.worlds.com/test/WorldsPlayerWin7-1922a10.exe" 2>&1 | sed -u 's/.* \([0-9]\+%\)\ \+\([0-9.]\+.\) \(.*\)/\1\n# Downloading at \2\/s, ETA \3/' | zenity --progress --title="$WTITLE - Worlds $WORLDSVER" --text="Starting Download.." --width=300 --height=50 --auto-close --auto-kill } download1920 () {