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 | 9be72d4e6933c6ec0c611d75d53a9dfd8dbf676e (patch) | |
tree | ec480b64ed7197038b63eebb23f2b9f1829408c3 /helpers/lh_installapt | |
parent | cee1de85c8b7c3576ae9a899a0f9a6482f7c339f (diff) | |
download | vyos-live-build-9be72d4e6933c6ec0c611d75d53a9dfd8dbf676e.tar.gz vyos-live-build-9be72d4e6933c6ec0c611d75d53a9dfd8dbf676e.zip |
Adding live-package 0.99.24-1.
Diffstat (limited to 'helpers/lh_installapt')
-rwxr-xr-x | helpers/lh_installapt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_installapt b/helpers/lh_installapt index 024303d89..ec199312e 100755 --- a/helpers/lh_installapt +++ b/helpers/lh_installapt @@ -23,7 +23,7 @@ then if [ -n "${REPOSITORY_KEYRING}" ] then - lh_chroot "aptiude install ${REPOSITORY_KEYRING}" + lh_chroot "aptitude install ${REPOSITORY_KEYRING}" elif [ -n "${REPOSITORY_KEY}" ] then lh_chroot "wget ${REPOSITORY_KEY}" |