This commit is contained in:
The-Repo-Club 2023-07-22 17:58:00 +01:00
parent 30d9bb6ef1
commit 950fa4ea99
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F

View File

@ -19,11 +19,11 @@ function pacman
command sudo pacman --color auto -Qttdq | command sudo pacman --color auto -Rns -
end
else if [ "$argv" = --upall ]
command sudo pkgfile -u
command sudo pacman -Fy
command sudo pacman -Sy
command pikaur -Su
command auracle update -C ~/.cache/pkgs/
command sudo pkgfile -u
else if [ "$argv" = --pacsync ]
command pacsync
else