We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840b980 commit 9c6964bCopy full SHA for 9c6964b
src/nixos-anywhere.sh
@@ -235,7 +235,6 @@ has_sudo=\$(has sudo)
235
has_wget=\$(has wget)
236
has_curl=\$(has curl)
237
has_setsid=\$(has setsid)
238
-has_bash=\$(has bash)
239
FACTS
240
SSH
241
); then
@@ -256,10 +255,6 @@ if [[ ${has_tar-n} == "n" ]]; then
256
255
abort "no tar command found, but required to unpack kexec tarball"
257
fi
258
259
-if [[ ${has_bash-n} == "n" ]]; then
260
- abort "no bash command found, but required for running the reboot script"
261
-fi
262
-
263
if [[ ${has_setsid-n} == "n" ]]; then
264
abort "no setsid command found, but required to run the kexec script under a new session"
265
0 commit comments