diff options
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
index : dotfiles | ||
installation and config for my system | Holden Rohrer |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | build.sh | 1 |
@@ -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 |