mirror of https://github.com/tteck/Proxmox.git
feat(scripts): add free games claimer script
This commit is contained in:
parent
486538c9ad
commit
7bd18f897c
misc
|
@ -633,6 +633,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
|
||||||
EOF'
|
EOF'
|
||||||
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
|
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
|
||||||
fi
|
fi
|
||||||
|
msg_info $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
|
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/msarsha/Proxmox/feat/free-games-claimer/install/$var_install.sh)" || exit
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue