diff options
Diffstat (limited to 'sync')
-rwxr-xr-x | sync | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |