Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jan 17, 2025
1 parent 3a2d31d commit 0b74ba2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packer/scripts/ubuntu/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ dpkg --list \
| grep linux-source \
| xargs apt-get -y purge;

# Delete development packages
dpkg --list \
| awk '{ print $2 }' \
| grep -- '-dev$' \
| xargs apt-get -y purge;

# delete docs packages
dpkg --list \
| awk '{ print $2 }' \
Expand Down

0 comments on commit 0b74ba2

Please sign in to comment.