feat(scripts): add free games claimer script

pull/3640/head
Matan Sarsha 11 months ago
parent b36e47ca38
commit c43ad3574c
  1. 2
      install/freegamesclaimer-install.sh

@ -78,7 +78,7 @@ CHOICES=$(whiptail --title "Select game services" --checklist "Select services"
if [ ! -z "$CHOICES" ]; then if [ ! -z "$CHOICES" ]; then
for CHOICE in $CHOICES; do for CHOICE in $CHOICES; do
case "$CHOICE" in case $CHOICE in
"EPIC") "EPIC")
$STD node epic-games $STD node epic-games
;; ;;

Loading…
Cancel
Save