mirror of
https://github.com/Maschell/WUPSPluginPlayground.git
synced 2025-02-17 11:56:20 +01:00
Fix for wut downloading
This commit is contained in:
parent
501dcd9556
commit
944688ef9d
@ -25,8 +25,8 @@ before_install:
|
||||
fi
|
||||
- yes | sudo dkp-pacman -Syu devkitPPC --needed
|
||||
- yes | sudo dkp-pacman -Syu general-tools --needed
|
||||
- wget $(curl -s https://api.github.com/repos/decaf-emu/wut/releases/latest | grep
|
||||
'browser_' | grep 'linux' | cut -d\" -f4)
|
||||
- wut_url="$(curl -s https://api.github.com/repos/decaf-emu/wut/releases/latest | grep 'browser_' | grep 'linux' | cut -d\" -f4)"
|
||||
- wget $wut_url
|
||||
install:
|
||||
- 7z x -y $(ls | grep "linux") -o${WUT_ROOT}
|
||||
- cd $PORTLIBREPOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user