remove inxi, in arch repo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2023-01-22 11:56:14 +01:00
parent baa75454fa
commit 7cd7c3513b
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ gnome-shell-extension-espresso
gnome-shell-extension-topicons-plus gnome-shell-extension-topicons-plus
gnome-terminal-transparency gnome-terminal-transparency
httpdirfs httpdirfs
inxi
iprange iprange
it87-dkms-git it87-dkms-git
jdk17-graalvm-bin jdk17-graalvm-bin

View File

@ -22,7 +22,7 @@ build() {
epoch=${epoch}: epoch=${epoch}:
fi fi
if pacman -Si "${name}" | grep -v nyyu | grep -c -E '^Repository' >/dev/null; then if pacman -Si "${name}" | grep -v nyyu | grep -c -E '^Repository' &>/dev/null; then
echo "WARN: Found ${name} in arch repo" echo "WARN: Found ${name} in arch repo"
fi fi