Skip to content

Commit 4318e16

Browse files
authored
Enable var_arm64 variable in almalinux.sh
Uncomment var_arm64 variable assignment and update comments.
1 parent 4260347 commit 4318e16

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ct/almalinux.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
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"
74
source "$_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}"
1814
var_disk="${var_disk:-4}"
1915
var_os="${var_os:-almalinux}"
2016
var_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}"
2218
var_unprivileged="${var_unprivileged:-1}"
2319

2420
header_info "$APP"

0 commit comments

Comments
 (0)