1 2 3 4
#!/bin/sh if [[ $1 == configure ]]; then /usr/bin/apt-key add /usr/share/keyrings/hackthatifone.com-keyring.gpg fi