aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 62f5101..3a0244a 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,6 @@
#!/bin/sh
if [ ! -e work/pacman ]; then
+ mkdir work
touch work/pacman
yes | pacman -Syu --needed $(cat packages | xargs echo)
fi