Fixed upgrade_debs()

This commit is contained in:
Manfred Touron 2014-10-29 14:49:36 +00:00
parent a4af6b8df2
commit f068e01c05
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ debootstrap() {
}
upgrade_debs() {
do_in_target apt-get update
do_in_target apt-get -y upgrade
do_in_target "apt-get update"
do_in_target "apt-get -y upgrade"
}
secondstage() {