Skip to content

Commit ed1a1da

Browse files
committed
chore: silent remove
1 parent c870d93 commit ed1a1da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'qemu-arm64-nix.pkr.hcl'
1212
- 'common-nix.vars.pkr.hcl'
1313
- 'ansible/vars.yml'
14+
- 'scripts/*'
1415
workflow_dispatch:
1516

1617
permissions:

scripts/90-cleanup-qemu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ elif [ -n "$(command -v apt-get)" ]; then
4545
source /etc/os-release
4646

4747
apt-get -y remove --purge ansible-core apport appstream bash-completion bcache-tools bind9-dnsutils bind9-host bind9-libs bolt btrfs-progs byobu command-not-found console-setup distro-info eject fonts-ubuntu-console friendly-recovery ftp fwupd gawk gdisk keyboard-configuration libvolume-key1 libicu66 libssl-dev lvm2 lxd-agent-loader man-db mdadm modemmanager mtd-utils nano netcat-openbsd nfs-common ntfs-3g parted pastebinit python3-setuptools python3-twisted screen strace thin-provisioning-tools tmux usb-modeswitch vim vim-runtime wget whiptail xfsprogs
48-
apt remove --purge libc6-dev linux-libc-dev libevent-dev libpcre3-dev libsystemd-dev
48+
apt remove -y --purge libc6-dev linux-libc-dev libevent-dev libpcre3-dev libsystemd-dev
4949

5050
apt-get -y update
5151
apt-get -y upgrade

0 commit comments

Comments
 (0)