diff options
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 024303d..ec19931 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}" |