Remove temporary binary package list files
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
f8c8aaa99a
commit
ac3563b3ca
|
@ -55,6 +55,9 @@ then
|
||||||
|
|
||||||
# Downloading additional packages
|
# Downloading additional packages
|
||||||
Chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install"
|
Chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install"
|
||||||
|
|
||||||
|
# Remove package list
|
||||||
|
rm chroot/root/"$(basename ${PACKAGESLIST})"
|
||||||
done
|
done
|
||||||
|
|
||||||
for FILE in chroot/binary.deb/archives/*.deb
|
for FILE in chroot/binary.deb/archives/*.deb
|
||||||
|
|
Loading…
Reference in New Issue