We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2b083 commit 6d26278Copy full SHA for 6d26278
install/arch/install_packages.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -eu
+set -eu -o pipefail
4
5
script_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
6
pkglist_dir=$(realpath "$script_dir/../../config/linux/.config/pkglist")
0 commit comments