mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-06-07 17:55:54 +02:00
Update installgithub.sh
This commit is contained in:
parent
fade320df4
commit
c0229f4d6f
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ itchjson=$(wget -qO- "https://api.itch.io/games/2577304/uploads?api_key=$ITCH_AP
|
|||
if [ -z "$itchjson" ]; then
|
||||
echo "Cannot get data from server, wrong itch.io key?"
|
||||
exit 1
|
||||
else
|
||||
echo "$apikey" > "$ITCHIOFILEPATH"
|
||||
fi
|
||||
savekey "$ITCH_API_KEY"
|
||||
itchdata=$(echo "$itchjson" | sed -e 's@"traits"@\n@g' | grep "$archt")
|
||||
|
|
Loading…
Add table
Reference in a new issue