Fix typo
This commit is contained in:
parent
b02c4a3149
commit
22b3c2718e
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -209,7 +209,7 @@ on_chroot << EOF
|
|||
apt-get update
|
||||
apt-get upgrade -y
|
||||
apt-get dist-upgrade -y
|
||||
apt-get autoremove --purge
|
||||
apt-get autoremove -y --purge
|
||||
EOF
|
||||
|
||||
##
|
||||
|
|
Reference in a new issue