Re-enable picking of latest version
This commit is contained in:
parent
12d94ee485
commit
f2e997748b
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user