From f2e997748b5c274f2e5ca7857064cc052007eb31 Mon Sep 17 00:00:00 2001 From: microwav3s Date: Fri, 19 Jul 2019 14:50:08 +0200 Subject: [PATCH] Re-enable picking of latest version --- cemutil.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cemutil.sh b/cemutil.sh index dbecab2..0c1395f 100755 --- a/cemutil.sh +++ b/cemutil.sh @@ -21,8 +21,8 @@ function printhelp { function downloadlatest { echo "Downloading latest cemu" - #wget -q --show-progress -O cemutemp.zip $(curl -s http://cemu.info |grep .zip |awk -F '"' {'print $2'}) - wget -q --show-progress -O cemutemp.zip http://cemu.info/releases/cemu_1.15.0.zip + wget -q --show-progress -O cemutemp.zip $(curl -s http://cemu.info |grep .zip |awk -F '"' {'print $2'}) + #wget -q --show-progress -O cemutemp.zip http://cemu.info/releases/cemu_1.15.0.zip echo "Downloading latest cemuhook" wget -q --show-progress -O cemuhooktemp.zip $(curl -s https://cemuhook.sshnuke.net |grep .zip |awk -F '"' NR==2{'print $2'}) echo "Downloading latest graphics packs"