diff options
Diffstat (limited to 'hosts/logi1')
-rw-r--r-- | hosts/logi1/pkgs | 1 | ||||
-rw-r--r-- | hosts/logi1/postinst | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hosts/logi1/pkgs b/hosts/logi1/pkgs index b32894a..3d98883 100644 --- a/hosts/logi1/pkgs +++ b/hosts/logi1/pkgs @@ -144,6 +144,7 @@ dnsutils ftp iperf3 + linphone nmap traceroute whois diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst index ff3feb2..83ef94c 100644 --- a/hosts/logi1/postinst +++ b/hosts/logi1/postinst @@ -85,6 +85,8 @@ in_target update-rc.d mpd disable in_target apt-get -q -y install kicad/stretch-backports || return 1 in_target apt-get -q -y install tor/stretch-backports torsocks || return 1 in_target apt-get -q -y -t stretch-backports install debhelper || return 1 +in_target apt-get -q -y install gajim/stretch-backports \ + gajim-omemo/stretch-backports python3-nbxmpp/stretch-backports # Install diffoscope (needs "--no-install-recommends") and related packages. in_target apt-get -q -y --no-install-recommends install diffoscope \ |