From 3a65f89cabc38d8b76f536b566a621227dce5454 Mon Sep 17 00:00:00 2001 From: Mathijs Groothuis Date: Sun, 7 Jul 2024 17:50:10 +0200 Subject: [PATCH 1/2] Update calibre-web.sh (#3346) --- ct/calibre-web.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh index 697525011..5cf871845 100644 --- a/ct/calibre-web.sh +++ b/ct/calibre-web.sh @@ -65,8 +65,6 @@ function update_script() { rm kepubify-linux-64bit curl -fsSLO https://github.com/pgaskin/kepubify/releases/latest/download/kepubify-linux-64bit &>/dev/null chmod +x kepubify-linux-64bit - rm /opt/calibre-web/metadata.db - wget https://github.com/janeczku/calibre-web/raw/master/library/metadata.db -P /opt/calibre-web menu_array=("1" "Enables gdrive as storage backend for your ebooks" OFF \ "2" "Enables sending emails via a googlemail account without enabling insecure apps" OFF \ "3" "Enables displaying of additional author infos on the authors page" OFF \ From 22c7801217482eb9f0ecfc37f2c0ebe6cdf14351 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 7 Jul 2024 16:40:15 -0400 Subject: [PATCH 2/2] Update mikrotik-routeros.sh chr-7.15.2 --- vm/mikrotik-routeros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/mikrotik-routeros.sh b/vm/mikrotik-routeros.sh index f9e05f333..29b41892d 100644 --- a/vm/mikrotik-routeros.sh +++ b/vm/mikrotik-routeros.sh @@ -234,7 +234,7 @@ msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location." msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}." msg_info "Getting URL for Mikrotik RouterOS CHR Disk Image" -URL=https://download.mikrotik.com/routeros/7.12.1/chr-7.12.1.img.zip +URL=https://download.mikrotik.com/routeros/7.15.2/chr-7.15.2.img.zip sleep 2 msg_ok "${CL}${BL}${URL}${CL}"