mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
feat(scripts): add free games claimer script
This commit is contained in:
parent
b36e47ca38
commit
c43ad3574c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue