Skip to content

Commit 7c9eeae

Browse files
authored
Merge pull request #78 from lool/remove-local-debs
debos: rootfs: Remove local debs after install
2 parents 7e5b1f8 + c7a1756 commit 7c9eeae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ actions:
251251
command: |
252252
set -eux
253253
apt -y install /root/*.deb
254+
# no need to keep these
255+
rm -vf /root/*.deb
254256
{{- end }}
255257

256258
- action: run

0 commit comments

Comments
 (0)