Update
This commit is contained in:
parent
e6e678a26d
commit
6abd6015a6
|
@ -37,9 +37,14 @@ if [ "$have_internet" -eq 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pacman-key --lsign-key melawy-linux
|
pacman-key --lsign-key melawy-linux
|
||||||
|
|
||||||
|
pacman-key --add /usr/share/pacman/keyrings/cachyos.gpg
|
||||||
pacman-key --lsign-key cachyos
|
pacman-key --lsign-key cachyos
|
||||||
|
pacman-key --add /usr/share/pacman/keyrings/arcolinux.gpg
|
||||||
pacman-key --lsign-key arcolinux
|
pacman-key --lsign-key arcolinux
|
||||||
|
pacman-key --add /usr/share/pacman/keyrings/chaotic.gpg
|
||||||
pacman-key --lsign-key chaotic
|
pacman-key --lsign-key chaotic
|
||||||
|
pacman-key --add /usr/share/pacman/keyrings/endeavouros.gpg
|
||||||
pacman-key --lsign-key endeavouros
|
pacman-key --lsign-key endeavouros
|
||||||
|
|
||||||
pacman-key --populate
|
pacman-key --populate
|
||||||
|
@ -62,7 +67,7 @@ do
|
||||||
DISPLAY=:0
|
DISPLAY=:0
|
||||||
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/"$userid"/bus
|
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/"$userid"/bus
|
||||||
/usr/bin/notify-send
|
/usr/bin/notify-send
|
||||||
--icon=face-smile
|
--icon=info
|
||||||
--urgency=low
|
--urgency=low
|
||||||
-t 5000
|
-t 5000
|
||||||
-a "'Keys sign'"
|
-a "'Keys sign'"
|
||||||
|
|
Loading…
Reference in New Issue