1
0
Fork 0

Fix typos

This commit is contained in:
Braiden Vasco 2017-07-02 03:33:46 +00:00
parent dea333c4de
commit 776962bb23
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ run_packages_nr() {
if [ -n "$PACKAGES" ]; then
on_chroot <<EOF
apt-get install --n-install-recommends -y $PACKAGES
apt-get install --no-install-recommends -y $PACKAGES
EOF
fi
@ -46,7 +46,7 @@ run_packages() {
if [ -n "$PACKAGES" ]; then
on_chroot <<EOF
apt-get install --n-install-recommends -y $PACKAGES
apt-get install -y $PACKAGES
EOF
fi