File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ elif [ -n "$(command -v apt-get)" ]; then
43
43
add-apt-repository --yes --remove ppa:ansible/ansible
44
44
45
45
source /etc/os-release
46
- apt-get -y remove --purge linux-headers-5.11.0-1021-aws
46
+
47
+ 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
47
49
48
50
apt-get -y update
49
51
apt-get -y upgrade
You can’t perform that action at this time.
0 commit comments