Reapply "Improve arm64 support and arch-specific downloads"

This reapplies commit 7c051fb648.
This commit is contained in:
Sam Heinz
2026-05-12 14:16:02 +10:00
parent 24f1347990
commit 73e121b679
-6
View File
@@ -3428,9 +3428,6 @@ start() {
set_std_mode
ensure_profile_loaded
get_lxc_ip
if [[ "$(dpkg --print-architecture)" == "arm64" ]] && declare -f update_script_arm64 >/dev/null 2>&1; then
update_script_arm64
fi
update_script
update_motd_ip
cleanup_lxc
@@ -3459,9 +3456,6 @@ start() {
esac
ensure_profile_loaded
get_lxc_ip
if [[ "$(dpkg --print-architecture)" == "arm64" ]] && declare -f update_script_arm64 >/dev/null 2>&1; then
update_script_arm64
fi
update_script
update_motd_ip
cleanup_lxc