diff options
author | 2017-12-01 14:28:50 +0100 | |
---|---|---|
committer | 2017-12-01 14:28:50 +0100 | |
commit | dfdf89f2311db675bf3cfc1162572b19e8a681f1 (patch) | |
tree | 90676cd4421c50278deb2ac9e754b937630f77f7 /INSTALL/common.d/10_base | |
parent | 04a3c7e456daec6186445676a11128d307a2303c (diff) |
Install gpg (no longer installed by default)
gpg is requested by apt-key command (Debian Bug report logs - #830696)
Change-Id: I3e1b5b5d5f9a828911c4fb2fbd0d41cdae10fe8b
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'INSTALL/common.d/10_base')
-rw-r--r-- | INSTALL/common.d/10_base | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base index fa9cb51..9574f79 100644 --- a/INSTALL/common.d/10_base +++ b/INSTALL/common.d/10_base @@ -25,6 +25,9 @@ apt-get install -y passwd sudo openssh-server openssh-client vim systemd logrota apt-get remove -y exim4 exim4-base exim4-config exim4-daemon-light apt-get autoremove -y +# gpg no longer installed and is requested by apt-key command (Debian Bug report logs - #830696) +apt-get install gpg -y + # remove some useless systemd services for sysdir in /lib/systemd /etc/systemd; do for pattern in tty udev; do |