feat(scripts): add free games claimer script

This commit is contained in:
Matan Sarsha 2024-08-31 12:49:55 +03:00
parent 70385122e1
commit e5f261b32a
2 changed files with 0 additions and 1 deletions

View file

@ -633,7 +633,6 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
EOF'
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
fi
msg_ok $var_install
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/msarsha/Proxmox/feat/free-games-claimer/install/$var_install.sh)" || exit
}