From 3adf54b79f36bc59cb5196c62837189c9b5e8056 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 21 Mar 2023 14:11:39 -0400 Subject: [PATCH] Update alpine.func --- misc/alpine.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/alpine.func b/misc/alpine.func index 6e0d5d66..5fb9347b 100644 --- a/misc/alpine.func +++ b/misc/alpine.func @@ -386,7 +386,7 @@ fi msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" - lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit + lxc-attach -n $CTID -- ash -c "$(wget -qO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit } @@ -395,4 +395,4 @@ description() { pct set $CTID -description "# ${APP} LXC ### https://tteck.github.io/Proxmox/ " -} \ No newline at end of file +}