Compare commits
No commits in common. "49f47cb990d09bb656512b8fdb0e95dcbaf6ee67" and "bdb4a90fa300366031d0d52b289ecc47f6289196" have entirely different histories.
49f47cb990
...
bdb4a90fa3
11
install.sh
11
install.sh
|
@ -1,11 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
_user_id=$(id -u)
|
|
||||||
|
|
||||||
if ! [ "$_user_id" -eq 0 ] ; then
|
|
||||||
echo "pacman-update-count.sh: insufficient priviliges: must be run as root"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
cp ./notify-updates /usr/local/bin/
|
|
||||||
cp ./pacman-update-count /usr/local/bin/
|
|
Loading…
Reference in New Issue