remove inxi, in arch repo
This commit is contained in:
parent
baa75454fa
commit
7cd7c3513b
2 changed files with 1 additions and 2 deletions
1
aur.txt
1
aur.txt
|
@ -23,7 +23,6 @@ gnome-shell-extension-espresso
|
|||
gnome-shell-extension-topicons-plus
|
||||
gnome-terminal-transparency
|
||||
httpdirfs
|
||||
inxi
|
||||
iprange
|
||||
it87-dkms-git
|
||||
jdk17-graalvm-bin
|
||||
|
|
2
build.sh
2
build.sh
|
@ -22,7 +22,7 @@ build() {
|
|||
epoch=${epoch}:
|
||||
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"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue