Reorganize some files and import some others
This commit is contained in:
@@ -5,7 +5,7 @@ set -x
|
||||
|
||||
## Remove temporary packages for minimal builds
|
||||
if [ $MODE == "minimal" ]; then
|
||||
cat /build/temporary | xargs apt-get -y autoremove
|
||||
cat /build/temporary | xargs apt-get -y --purge autoremove
|
||||
fi
|
||||
|
||||
## Clean apt files
|
||||
|
||||
Reference in New Issue
Block a user