Add gpg to cosmos bootstrap script

Without this Debian 11 fails to bootstrap:
```
/etc/cosmos/gpg.d/50gpg: 36: gpg: not found
```
This commit is contained in:
Patrik Lundin 2022-10-10 16:06:16 +02:00
parent 0692cabba3
commit c55e5535a2
Signed by untrusted user: patlu
GPG key ID: A0A812BA2249F294

View file

@ -31,7 +31,7 @@ export DEBIAN_FRONTEND='noninteractive'
apt-get -y update
apt-get -y upgrade
for pkg in rsync git git-core wget; do
for pkg in rsync git git-core wget gpg; do
apt-get -y install $pkg
done
dpkg -i cosmos_1.5-1_all.deb