From 089ee268ecfaf0d855d20440ffe6d02eeafe1f21 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sat, 26 Sep 2020 01:05:38 +0000 Subject: [PATCH] Update 'scripts/proxmox/update-lxc-Image.sh' --- scripts/proxmox/update-lxc-Image.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/proxmox/update-lxc-Image.sh b/scripts/proxmox/update-lxc-Image.sh index 603dad4..a202405 100644 --- a/scripts/proxmox/update-lxc-Image.sh +++ b/scripts/proxmox/update-lxc-Image.sh @@ -16,4 +16,8 @@ wget https://uk.images.linuxcontainers.org/images/ubuntu/focal/amd64/cloud/"$uft c8ts=$(cat /tmp/updatetimestapmps | grep "centos 8" | grep -v '8-Stream' |grep cloud| grep amd64 | awk '{ print $5 }') wget https://uk.images.linuxcontainers.org/images/centos/8/amd64/cloud/"$c8ts"/rootfs.tar.xz -O /var/lib/vz/template/cache/DailyCentos8.tar.xz +#Alpine 3.12 +alpine312=$(cat /tmp/updatetimestapmps | grep "alpine" | grep '3.12' |grep default| grep amd64 | awk '{ print $5 }') +wget https://uk.images.linuxcontainers.org/images/alpine/3.12/amd64/default/"$alpine312"/rootfs.tar.xz -O /var/lib/vz/template/cache/DailyAlpine3.12.tar.xz + rm /tmp/updatetimestapmps \ No newline at end of file