From c43ad3574cfc7b288915e164c4a0214ab33db691 Mon Sep 17 00:00:00 2001 From: Matan Sarsha Date: Sat, 31 Aug 2024 16:36:07 +0300 Subject: [PATCH] feat(scripts): add free games claimer script --- install/freegamesclaimer-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/freegamesclaimer-install.sh b/install/freegamesclaimer-install.sh index 4f89c9aa..6c9dd6fb 100644 --- a/install/freegamesclaimer-install.sh +++ b/install/freegamesclaimer-install.sh @@ -78,7 +78,7 @@ CHOICES=$(whiptail --title "Select game services" --checklist "Select services" if [ ! -z "$CHOICES" ]; then for CHOICE in $CHOICES; do - case "$CHOICE" in + case $CHOICE in "EPIC") $STD node epic-games ;;