Switch from yay to paru
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
df560bb45a
commit
1ba6c9ffdd
7 changed files with 23 additions and 15 deletions
|
@ -14,8 +14,8 @@
|
|||
. utils
|
||||
|
||||
print_section "Remove unneeded dependencies"
|
||||
mapfile -t UNNEEDED_DEPENDENCIES < <(yay -Qdtq)
|
||||
yay -Rsnu "${UNNEEDED_DEPENDENCIES[@]}"
|
||||
mapfile -t UNNEEDED_DEPENDENCIES < <(paru -Qdtq)
|
||||
paru -Rsnu "${UNNEEDED_DEPENDENCIES[@]}"
|
||||
|
||||
print_section "Cleaning files in ${YELLOW}/var/cache/pacman/pkg/${RESET}"
|
||||
paccache -rk 1 -c "/var/cache/pacman/pkg/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue