Correct cleanup script
This commit is contained in:
@@ -5,7 +5,8 @@ set -x
|
|||||||
|
|
||||||
## Remove temporary packages for minimal builds
|
## Remove temporary packages for minimal builds
|
||||||
if [ $MODE == "minimal" ]; then
|
if [ $MODE == "minimal" ]; then
|
||||||
apt_remove "$(cat /build/temporary)"
|
cat /build/temporary
|
||||||
|
apt_remove $(cat /build/temporary)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Clean apt files
|
## Clean apt files
|
||||||
|
|||||||
Reference in New Issue
Block a user