mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
feat(scripts): add free games claimer script
This commit is contained in:
@@ -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
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user