cemutil.sh: gfx pack info improvement

Update console message for downloading latest graphics packs
This commit is contained in:
JM 2018-12-15 10:43:45 -05:00 committed by RealJohnGalt
parent 83232620d0
commit b7e4b1a37a

View File

@ -18,7 +18,7 @@ function downloadlatest {
wget -q --show-progress -O cemutemp.zip $(curl -s http://cemu.info |grep .zip |awk -F '"' {'print $2'})
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 cemuhook"
echo "Downloading latest graphics packs"
wget -q --show-progress -O gfxpacktemp.zip https://github.com$(curl https://github.com/slashiee/cemu_graphic_packs/releases |grep graphicPacks |awk -F '"' NR==1{'print $2'})
return
}