We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddc02e commit aec2c11Copy full SHA for aec2c11
create-arch-bootstrap.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-# Dependencies: curl tar gzip grep coreutils zstd
+# Dependencies: curl tar gzip grep coreutils zstd sed
4
# Root rights are required
5
source settings.sh
6
@@ -12,7 +12,7 @@ check_command_available() {
12
fi
13
done
14
}
15
-check_command_available curl gzip grep sha256sum tar zstd
+check_command_available curl gzip grep sha256sum tar zstd sed
16
17
if [ $EUID != 0 ]; then
18
echo "Root rights are required!"
0 commit comments