From dae8178bf606fc00663e6c4088300468f288e92f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:56:16 +0100 Subject: [PATCH] Update switch_from_VED_to_VE.sh --- misc/switch_from_VED_to_VE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/switch_from_VED_to_VE.sh b/misc/switch_from_VED_to_VE.sh index b0c5489..8bb2a4b 100644 --- a/misc/switch_from_VED_to_VE.sh +++ b/misc/switch_from_VED_to_VE.sh @@ -25,7 +25,7 @@ function update_container() { container=$1 os=$(pct config "$container" | awk '/^ostype/ {print $2}') - if [[ "$os" == "ubuntu" || "$os" == "debian" || "$os" == "alpine" ]]; then + if [[ "$os" == "ubuntu" || "$os" == "debian" ]]; then echo -e "${BL}[Info]${GN} Checking /usr/bin/update in ${BL}$container${CL} (OS: ${GN}$os${CL})" if pct exec "$container" -- [ -e /usr/bin/update ]; then