bootstrap: gpg: Initial commit

This commit is contained in:
PorridgePi
2022-09-27 01:54:54 +00:00
parent e09376bd8b
commit 75565047ec

View File

@@ -0,0 +1,7 @@
if ! command -v gpg &> /dev/null; then
echo 'Installing gpg'
sudo apt update
sudo apt install gpg -y
fi
echo 'gpg is installed'