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 ;;