feat(scripts): add free games claimer script

This commit is contained in:
Matan Sarsha 2024-08-31 11:25:49 +03:00
parent d8d053e580
commit 486538c9ad
2 changed files with 2 additions and 2 deletions

View file

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