Refresh package database (x2)
This commit is contained in:
parent
627924230d
commit
53181b026e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue