index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daemon Coder <11915375+codefiles@users.noreply.github.com> | 2023-05-08 10:06:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 16:06:34 +0200 |
commit | 6e6b850a8f687b193172aaa321d49bd2956c1d4f (patch) | |
tree | 3e74dc9e4046ea409787b161d4ea43282b16651c | |
parent | 1df53c1406960b5d7b17bb7ee84431f8de7bfbdf (diff) |
-rwxr-xr-x | build_iso.sh | 2 |
diff --git a/build_iso.sh b/build_iso.sh index 48f5bef6..26adf95e 100755 --- a/build_iso.sh +++ b/build_iso.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + packages_file="/tmp/archlive/packages.x86_64" # Packages to add to the archiso profile packages |