aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index f48561d..c4f066d 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@ cd $(dirname "$(readlink -f "$0")")
if [ ! -e work/pacman ]; then
mkdir work
touch work/pacman
- yes | pacman -Syu --needed $(sed 's:#.*$::' packages | xargs echo)
+ sed 's:#.*$::' packages | xargs pacman -Syu --needed --noconfirm
fi
sed 's:#.*$::' services | xargs systemctl enable