summaryrefslogtreecommitdiff
path: root/helpers/lh_installapt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:41 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:04:41 +0200
commitcee1de85c8b7c3576ae9a899a0f9a6482f7c339f (patch)
treed4eaae141bab202e052715c0557c3b6977a114ab /helpers/lh_installapt
parent6f5e2da03e5fd1af2200d2f55ca84647bc8d3626 (diff)
downloadlive-build-cee1de85c8b7c3576ae9a899a0f9a6482f7c339f.zip
live-build-cee1de85c8b7c3576ae9a899a0f9a6482f7c339f.tar.gz
Adding live-package 0.99.23-1.
Diffstat (limited to 'helpers/lh_installapt')
-rwxr-xr-xhelpers/lh_installapt3
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_installapt b/helpers/lh_installapt
index 5324402..024303d 100755
--- a/helpers/lh_installapt
+++ b/helpers/lh_installapt
@@ -5,6 +5,9 @@
# Install aptitude
lh_chroot "apt-get install --yes --force-yes aptitude"
+# FIXME
+lh_chroot "apt-key update"
+
# Install secure apt
if [ "${LIVE_DISTRIBUTION}" = "unstable" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_UNSTABLE}" ] || \
[ "${LIVE_DISTRIBUTION}" = "testing" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_TESTING}" ]