From eb3ea10de35c4de41d5fa9182070b58d7c9eaf05 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Fri, 23 Jun 2023 16:50:55 -0400 Subject: [PATCH] force use of bash to allow for non-posix user shells --- src/nixos-anywhere.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nixos-anywhere.sh b/src/nixos-anywhere.sh index 34a771ab..8b37ecf4 100755 --- a/src/nixos-anywhere.sh +++ b/src/nixos-anywhere.sh @@ -283,7 +283,7 @@ done import_facts() { local facts filtered_facts if ! facts=$( - ssh_ -o ConnectTimeout=10 -- </dev/null && echo "y" || echo "n" @@ -347,7 +347,7 @@ if [[ ${is_kexec-n} == "n" ]] && [[ ${is_installer-n} == "n" ]]; then fi step Switching system into kexec - ssh_ <