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-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
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue