mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update bootstrap-salt.sh
On arm64 platforms, bootstrap fails to finish installation due to missing variable 'error_msg=""' in case statement. This change adds a single line to fix the bug.
This commit is contained in:
parent
8166b71854
commit
272ed35db8
1 changed files with 1 additions and 0 deletions
|
@ -1389,6 +1389,7 @@ __check_dpkg_architecture() {
|
|||
;;
|
||||
"arm64")
|
||||
# Saltstack official repository has full arm64 support since 3006
|
||||
error_msg=""
|
||||
__REPO_ARCH="arm64"
|
||||
__REPO_ARCH_DEB="deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=$__REPO_ARCH]"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue