mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-08 13:49:14 +02:00
Update post-pbs-install.sh
This commit is contained in:
@@ -73,8 +73,6 @@ require_whiptail() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
arch_is_arm64() { [[ "$(dpkg --print-architecture 2>/dev/null)" == "arm64" ]]; }
|
|
||||||
|
|
||||||
# ---- main ----
|
# ---- main ----
|
||||||
main() {
|
main() {
|
||||||
header_info
|
header_info
|
||||||
@@ -137,7 +135,7 @@ EOF
|
|||||||
no) msg_error "Selected no to Correcting Debian Sources" ;;
|
no) msg_error "Selected no to Correcting Debian Sources" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if arch_is_arm64; then
|
if [[ "$(dpkg --print-architecture 2>/dev/null)" == "arm64" ]]; then
|
||||||
msg_ok "ARM64 detected - skipping Proxmox repository setup"
|
msg_ok "ARM64 detected - skipping Proxmox repository setup"
|
||||||
post_routines_common
|
post_routines_common
|
||||||
return
|
return
|
||||||
@@ -217,7 +215,7 @@ EOF
|
|||||||
no) msg_error "Selected no to Correcting Debian Sources" ;;
|
no) msg_error "Selected no to Correcting Debian Sources" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if arch_is_arm64; then
|
if [[ "$(dpkg --print-architecture 2>/dev/null)" == "arm64" ]]; then
|
||||||
msg_ok "ARM64 detected - skipping Proxmox repository setup"
|
msg_ok "ARM64 detected - skipping Proxmox repository setup"
|
||||||
post_routines_common
|
post_routines_common
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user