aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 3568fb9..6a7960c 100755
--- a/build.sh
+++ b/build.sh
@@ -2,9 +2,9 @@
if [ ! -e work/pacman ]; then
mkdir work
touch work/pacman
- yes | pacman -Syu --needed $(cat packages | xargs echo)
+ yes | pacman -Syu --needed $(sed 's:#.*$::' packages | xargs echo)
fi
-cat services | xargs systemctl enable
+sed 's:#.*$::' services | xargs systemctl enable
ip link
export USE=czar