Update haos-vm.sh

This commit is contained in:
CanbiZ 2025-08-27 10:29:21 +02:00
parent fa7cc26bf1
commit 95e1b1b44f

View File

@ -142,7 +142,6 @@ function check_root() {
fi
}
function arch_check() {
if [ "$(dpkg --print-architecture)" != "amd64" ]; then
echo -e "\n ${INFO}${YWB}This script will not work with PiMox! \n"
@ -412,7 +411,6 @@ function start_script() {
check_root
arch_check
pve_check
ssh_check
start_script