diff --git a/ct/iventoy.sh b/ct/iventoy.sh index 1d8c6ca3d..441312c11 100644 --- a/ct/iventoy.sh +++ b/ct/iventoy.sh @@ -12,7 +12,7 @@ var_cpu="${var_cpu:-1}" var_ram="${var_ram:-512}" var_os="${var_os:-debian}" var_version="${var_version:-13}" -var_arm64="${var_arm64:-no}" +var_arm64="${var_arm64:-yes}" var_unprivileged="${var_unprivileged:-0}" header_info "$APP" @@ -35,7 +35,7 @@ function update_script() { msg_ok "Stopped iVentoy" create_backup /opt/iventoy/data /opt/iventoy/iso - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "iventoy" "ventoy/PXE" "prebuild" "latest" "/opt/iventoy" "iventoy-*-linux-x86_64-free.tar.gz" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "iventoy" "ventoy/PXE" "prebuild" "latest" "/opt/iventoy" "iventoy-*-linux-$(arch_resolve x86_64-free arm64-trial).tar.gz" restore_backup msg_info "Starting iVentoy" diff --git a/install/iventoy-install.sh b/install/iventoy-install.sh index dc90c8271..18eacdca0 100644 --- a/install/iventoy-install.sh +++ b/install/iventoy-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -fetch_and_deploy_gh_release "iventoy" "ventoy/PXE" "prebuild" "latest" "/opt/iventoy" "iventoy-*-linux-x86_64-free.tar.gz" +fetch_and_deploy_gh_release "iventoy" "ventoy/PXE" "prebuild" "latest" "/opt/iventoy" "iventoy-*-linux-$(arch_resolve x86_64-free arm64-trial).tar.gz" mkdir -p /opt/iventoy/{data,iso} msg_info "Creating Service"