feat(scripts): add free games claimer script

This commit is contained in:
Matan Sarsha 2024-08-31 16:36:07 +03:00
parent b36e47ca38
commit c43ad3574c

View file

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