From 7bd18f897cf7a3f9acfaca21f639ee5c71aabff2 Mon Sep 17 00:00:00 2001 From: Matan Sarsha <smatan84@gmail.com> Date: Sat, 31 Aug 2024 12:47:30 +0300 Subject: [PATCH] feat(scripts): add free games claimer script --- misc/build.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/build.func b/misc/build.func index ac6b96ab..ebadf4b4 100644 --- a/misc/build.func +++ b/misc/build.func @@ -633,6 +633,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community EOF' pct exec "$CTID" -- ash -c "apk add bash >/dev/null" 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 }