Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster 22c7801217
Update mikrotik-routeros.sh
chr-7.15.2
2024-07-07 16:40:15 -04:00
Mathijs Groothuis 3a65f89cab
Update calibre-web.sh (#3346) 2024-07-07 11:50:10 -04:00
2 changed files with 1 additions and 3 deletions

View File

@ -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 \

View File

@ -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}"