From b996c0e7ee7dbdde3c0228041c05288a0efab175 Mon Sep 17 00:00:00 2001 From: James Swineson Date: Sat, 24 Aug 2019 15:12:31 +0800 Subject: [PATCH] use buster images --- menhera.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menhera.sh b/menhera.sh index 2e45f3d..b381f4c 100755 --- a/menhera.sh +++ b/menhera.sh @@ -58,9 +58,9 @@ get_rootfs() { # forgive me for parsing HTML with these shit # and hope it works - ROOTFS_TIME=$(curl -fsSL "https://images.linuxcontainers.org/images/debian/stretch/amd64/default/?C=M;O=D" | grep -oP '(\d{8}_\d{2}:\d{2})' | head -n 1) + ROOTFS_TIME=$(curl -fsSL "https://images.linuxcontainers.org/images/debian/buster/amd64/default/?C=M;O=D" | grep -oP '(\d{8}_\d{2}:\d{2})' | head -n 1) - ROOTFS="https://images.linuxcontainers.org/images/debian/stretch/amd64/default/${ROOTFS_TIME}/rootfs.squashfs" + ROOTFS="https://images.linuxcontainers.org/images/debian/buster/amd64/default/${ROOTFS_TIME}/rootfs.squashfs" else echo "\$ROOTFS is set to '$ROOTFS'" fi