summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-21 05:32:29 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-21 05:32:29 (EDT)
commitaeb424c2aecbd656f717251ee93dd7fd7fa0ffaf (patch)
tree43c3b424f18ff865c851ab84887f484ad7044a14
parentcef0b14f06d2e2c90fa214a7d8432ab263414746 (diff)
downloadpc-inst-aeb424c2aecbd656f717251ee93dd7fd7fa0ffaf.zip
pc-inst-aeb424c2aecbd656f717251ee93dd7fd7fa0ffaf.tar.gz
pc-inst-aeb424c2aecbd656f717251ee93dd7fd7fa0ffaf.tar.bz2
logi1: Install gajim and linphone
-rw-r--r--hosts/logi1/pkgs1
-rw-r--r--hosts/logi1/postinst2
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 \