Skip to content

Commit aec2c11

Browse files
authored
Check for sed
1 parent eddc02e commit aec2c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create-arch-bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Dependencies: curl tar gzip grep coreutils zstd
3+
# Dependencies: curl tar gzip grep coreutils zstd sed
44
# Root rights are required
55
source settings.sh
66

@@ -12,7 +12,7 @@ check_command_available() {
1212
fi
1313
done
1414
}
15-
check_command_available curl gzip grep sha256sum tar zstd
15+
check_command_available curl gzip grep sha256sum tar zstd sed
1616

1717
if [ $EUID != 0 ]; then
1818
echo "Root rights are required!"

0 commit comments

Comments
 (0)