summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-05-21 15:13:55 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-05-21 15:15:15 (EDT)
commit63d8c7c7f81e209b0fc370c96249ff548be295ff (patch)
tree3ff44ad4ce4a4ddf9866957283b98376bacf2a7a /hosts
parent4e462190e3a34ca2ec666853b378964c699dc24d (diff)
downloadpc-inst-63d8c7c7f81e209b0fc370c96249ff548be295ff.zip
pc-inst-63d8c7c7f81e209b0fc370c96249ff548be295ff.tar.gz
pc-inst-63d8c7c7f81e209b0fc370c96249ff548be295ff.tar.bz2
logi1: Install backported debhelper
This also pulls in newer cmake, cmake-data, dh-autoreconf, and quilt packages.
Diffstat (limited to 'hosts')
-rw-r--r--hosts/logi1/postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst
index 624cffd..d0fdebd 100644
--- a/hosts/logi1/postinst
+++ b/hosts/logi1/postinst
@@ -63,6 +63,7 @@ in_target update-rc.d mpd disable
# Install backported packages.
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
# Install diffoscope (needs "--no-install-recommends") and related packages.
in_target apt-get -q -y --no-install-recommends install diffoscope \