bootstrap: gpg: Initial commit
This commit is contained in:
7
.config/yadm/bootstrap.d/gpg.sh
Executable file
7
.config/yadm/bootstrap.d/gpg.sh
Executable 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'
|
||||
Reference in New Issue
Block a user