summaryrefslogtreecommitdiff
path: root/helpers/lh_installapt
diff options
context:
space:
mode:
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 532440257..024303d89 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}" ]