1 2 3 4
#!/bin/sh if [[ $1 == install || $1 == upgrade ]]; then /usr/bin/apt-key add /usr/share/keyrings/bigboss-keyring.gpg fi