Remove temporary binary package list files
This commit is contained in:
parent
ffa20df082
commit
efa7c76589
|
@ -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