File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22_CS_DEFAULT_URL=" https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main"
3- # Engine comes from community-scripts/core; this repo only ships the scripts.
4- # A local core checkout wins (COMMUNITY_SCRIPTS_CORE_DIR, else a sibling ../core),
5- # so a fork or branch of core can be tested without editing this file.
63_cs_boot=" ${COMMUNITY_SCRIPTS_CORE_DIR:- $(dirname " ${BASH_SOURCE[0]} " )/ ../ ../ core} /core/build.func"
74source " $_cs_boot " 2> /dev/null || source <( curl -fsSL " ${COMMUNITY_SCRIPTS_CORE_URL:- https:// raw.githubusercontent.com/ community-scripts/ core/ main} /core/build.func" )
8-
95# Copyright (c) 2021-2026 community-scripts ORG
106# Author: MickLesk (CanbiZ)
117# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@@ -18,7 +14,7 @@ var_ram="${var_ram:-512}"
1814var_disk=" ${var_disk:- 4} "
1915var_os=" ${var_os:- almalinux} "
2016var_version=" ${var_version:- 10} "
21- # var_arm64="${var_arm64:-no}" # unset = ask the user; set yes/no only when verified
17+ var_arm64=" ${var_arm64:- no} "
2218var_unprivileged=" ${var_unprivileged:- 1} "
2319
2420header_info " $APP "
You can’t perform that action at this time.
0 commit comments