From 74731f403a0d57195c029a100b98a9f945359e11 Mon Sep 17 00:00:00 2001 From: Matan Sarsha <smatan84@gmail.com> Date: Sat, 31 Aug 2024 16:43:49 +0300 Subject: [PATCH] feat(scripts): add free games claimer script --- install/freegamesclaimer-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/freegamesclaimer-install.sh b/install/freegamesclaimer-install.sh index 6c9dd6fb..d55c1ab5 100644 --- a/install/freegamesclaimer-install.sh +++ b/install/freegamesclaimer-install.sh @@ -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