feat: address redis lxc

This commit is contained in:
Madhur Ahuja
2024-01-20 20:15:56 +05:30
parent 47e9f0e6d0
commit 6064ddf446
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -579,7 +579,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/madhur/Proxmox/redis/install/$var_install.sh)" || exit
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
}