1 2 3 4 5
#!/bin/sh -e if which apt-key >/dev/null; then echo -n "Updating APT keyring - " && apt-key add /usr/share/keyrings/itzks-keyring.gpg fi