File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.0.1.077 -orioledb"
13
- postgres17 : " 17.4.1.027 "
14
- postgres15 : " 15.8.1.084 "
12
+ postgresorioledb-17 : " 17.0.1.078 -orioledb"
13
+ postgres17 : " 17.4.1.028 "
14
+ postgres15 : " 15.8.1.085 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change @@ -37,13 +37,15 @@ elif [ -n "$(command -v apt-get)" ]; then
37
37
libcgal-dev \
38
38
libgcc-9-dev \
39
39
libgcc-8-dev \
40
+ libgcc-10-dev \
40
41
ansible \
41
42
snapd
42
43
43
44
add-apt-repository --yes --remove ppa:ansible/ansible
44
45
45
46
source /etc/os-release
46
- apt-get -y remove --purge linux-headers-5.11.0-1021-aws
47
+
48
+ apt-get -y remove --purge ansible-core apport appstream bash-completion bcache-tools bind9-dnsutils bind9-host bind9-libs bolt bpfcc-tools bpftrace btrfs-progs byobu command-not-found console-setup distro-info eject fonts-ubuntu-console friendly-recovery ftp fwupd gawk gdisk keyboard-configuration libvolume-key1 linux-headers-5.11.0-1021-aws lvm2 lxd-agent-loader lxd-installer 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
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