diff options
Diffstat (limited to '.local/bin/dotfiles')
-rwxr-xr-x | .local/bin/dotfiles | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index 7eb2ef3..51ee1bf 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -28,8 +28,8 @@ $config add "$HOME/.ssh/config" aur="$HOME/aur" packages="$HOME/packages" -paru -Qqm > $aur -pacman -Qq | grep -vf "$aur" > "$packages" +paru -Qeqm > $aur +pacman -Qeq | grep -vf "$aur" > "$packages" $config add "$aur" $config add "$packages" |