diff options
Diffstat (limited to 'helpers/lh_installapt')
-rwxr-xr-x | helpers/lh_installapt | 3 |
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}" ] |