From 70385122e196395d4a65ce323e1304cb86d6bd17 Mon Sep 17 00:00:00 2001 From: Matan Sarsha Date: Sat, 31 Aug 2024 12:47:59 +0300 Subject: [PATCH] feat(scripts): add free games claimer script --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index ebadf4b4..4ba766ab 100644 --- a/misc/build.func +++ b/misc/build.func @@ -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 - msg_info $var_install + 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 }