aboutsummaryrefslogtreecommitdiff
path: root/sync
diff options
context:
space:
mode:
Diffstat (limited to 'sync')
-rwxr-xr-xsync1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync b/sync
index cb1198d..80c0edd 100755
--- a/sync
+++ b/sync
@@ -2,5 +2,6 @@
# The most awesome sync script! :)
git pull || exit 1
+sudo pacman -Sy
comm -23 <(sort packages.txt) <(pacman -Qqe | sort) | yay -S --needed -
for d in ./.repos/*/ ; do (cd "$d" && sudo make install); done || exit 1