Update several config files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
17842e4204
commit
336619723e
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
print_section "Remove unneeded dependencies"
|
||||
mapfile -t UNNEEDED_DEPENDENCIES < <(yay -Qdtq)
|
||||
yay -R "${UNNEEDED_DEPENDENCIES[@]}"
|
||||
yay -Rsnu "${UNNEEDED_DEPENDENCIES[@]}"
|
||||
|
||||
print_section "Clear makepkg files"
|
||||
print_log "Deleting files in ${YELLOW}${XDG_DATA_HOME}/src/${RESET}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue