Update 1 file: bootstrap.sh
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ done
|
||||
|
||||
if [[ ${#SYS_pkgs[@]} -gt 0 ]]; then
|
||||
info "installing from system repos: ${SYS_pkgs[*]}"
|
||||
install_pkgs "${SYS_pkgs[@]}" || {
|
||||
install_pkgs "${SYS_pkgs[@]}" &>/dev/null || {
|
||||
warn "system install failed, falling back to binaries"
|
||||
BIN_pkgs+=("${SYS_pkgs[@]}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user