diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:41 +0200 |
commit | cee1de85c8b7c3576ae9a899a0f9a6482f7c339f (patch) | |
tree | d4eaae141bab202e052715c0557c3b6977a114ab /helpers/lh_installapt | |
parent | 6f5e2da03e5fd1af2200d2f55ca84647bc8d3626 (diff) | |
download | vyos-live-build-cee1de85c8b7c3576ae9a899a0f9a6482f7c339f.tar.gz vyos-live-build-cee1de85c8b7c3576ae9a899a0f9a6482f7c339f.zip |
Adding live-package 0.99.23-1.
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 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}" ] |