diff options
author | 2018-09-26 11:16:59 +0200 | |
---|---|---|
committer | 2018-09-26 15:21:21 +0200 | |
commit | 5042595cb8fbd042a44f4232be05b0053fdc60d0 (patch) | |
tree | bb875c5152fac31a8642790d5bf8f72e67691ad5 /INSTALL/common.d | |
parent | babc87fc73295086c7d58018d0b52de5c692c123 (diff) |
replace gpg with gnupg package: needed for nodejs 8
indeed, gpg is a dependency of gnupg in stretch-backports repo
and gnupg also provides gpg-agent needed for installing nodejs 8
Change-Id: I6491cc73e6b3d3b0ff3eb2199fc12c56954b505d
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'INSTALL/common.d')
-rw-r--r-- | INSTALL/common.d/10_base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base index 2400f1c..fcf02cf 100644 --- a/INSTALL/common.d/10_base +++ b/INSTALL/common.d/10_base @@ -23,7 +23,7 @@ apt-get update -y apt-get dist-upgrade -y # gpg no longer installed and is requested by apt-key command (Debian Bug report logs - #830696) -apt-get install gpg -y +apt-get install gnupg -y apt-get install -y passwd sudo openssh-server openssh-client vim systemd logrotate ifupdown locales apt-utils apt-get remove -y exim4 exim4-base exim4-config exim4-daemon-light |