feat(scripts): add free games claimer script

This commit is contained in:
Matan Sarsha 2024-08-31 16:43:49 +03:00
parent c43ad3574c
commit 74731f403a
1 changed files with 2 additions and 1 deletions

View File

@ -74,8 +74,9 @@ EOF
msg_ok "Created dummy config file"
msg_info "Initializing gaming services to claim games for"
CHOICES=$(whiptail --title "Select game services" --checklist "Select services" 20 78 4 "EPIC" "Epic Games" OFF "GOG" "Good Old Games" OFF 3>&1 1>&2 2>&3)
CHOICES=$(whiptail --title "Select game services" --separate-output --checklist "Select services" 20 78 4 "EPIC" "Epic Games" OFF "GOG" "Good Old Games" OFF 3>&1 1>&2 2>&3)
echo $CHOICES
if [ ! -z "$CHOICES" ]; then
for CHOICE in $CHOICES; do
case $CHOICE in