temp 1.15.0 for now
This commit is contained in:
parent
7c3b15539c
commit
91e22b2bd3
@ -7,7 +7,7 @@ fi
|
|||||||
# help function:
|
# help function:
|
||||||
function printhelp {
|
function printhelp {
|
||||||
echo "usage examples:"
|
echo "usage examples:"
|
||||||
echo "Download latest public cemu + cemuhook + graphic packs and install to ~/.cemu (default):"
|
echo "Download latest working cemu + cemuhook + graphic packs and install to ~/.cemu (default):"
|
||||||
echo "./cemutil.sh -a"
|
echo "./cemutil.sh -a"
|
||||||
echo "Use local zips and install to ~/Documents/cemu:"
|
echo "Use local zips and install to ~/Documents/cemu:"
|
||||||
echo "./cemutil.sh -c cemu.zip -h cemuhook.zip -g graphicpacks.zip -i ~/Documents/cemu"
|
echo "./cemutil.sh -c cemu.zip -h cemuhook.zip -g graphicpacks.zip -i ~/Documents/cemu"
|
||||||
@ -16,7 +16,8 @@ function printhelp {
|
|||||||
|
|
||||||
function downloadlatest {
|
function downloadlatest {
|
||||||
echo "Downloading latest cemu"
|
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 $(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"
|
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'})
|
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"
|
echo "Downloading latest graphics packs"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user