Refresh package database (x2)

This commit is contained in:
Santiago Lo Coco 2022-06-30 08:00:11 -03:00
parent 627924230d
commit 53181b026e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ printWarnings() {
} }
namcapAnalysis() { namcapAnalysis() {
pacman -S --noconfirm namcap pacman -Sy --noconfirm namcap
mapfile -t warnings < <(namcap PKGBUILD) mapfile -t warnings < <(namcap PKGBUILD)
printWarnings "PKGBUILD" printWarnings "PKGBUILD"
pkgFile=$(sudo -u calbuilder makepkg --packagelist) pkgFile=$(sudo -u calbuilder makepkg --packagelist)