more fixes

This commit is contained in:
Slaviša Arežina 2025-02-07 17:18:58 +01:00
parent c9583be8fc
commit 8ffb892062
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,6 @@ URL=$(curl -s https://api.github.com/repos/Suwayomi/Suwayomi-Server/releases/lat
RELEASE=$(curl -s https://api.github.com/repos/Suwayomi/Suwayomi-Server/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
wget -q $URL
$STD dpkg -i *.deb
rm -f *.deb
echo ${RELEASE} >/opt/suwayomi-server_version.txt
msg_ok "Done setting up Suwayomi-Server"
msg_info "Creating Service"
@ -47,6 +46,7 @@ msg_ok "Created Service"
motd_ssh
customize
msg_info "Cleaning up"
rm -f *.deb
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"

View File

@ -2,14 +2,14 @@
"name": "Suwayomi-Server",
"slug": "suwayomi-server",
"categories": [
0
13
],
"date_created": "2025-02-07",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 4567,
"documentation": "https://github.com/Suwayomi/Suwayomi-Servernull",
"documentation": "https://github.com/Suwayomi/Suwayomi-Server/wiki",
"website": "https://github.com/Suwayomi/Suwayomi-Server",
"logo": "https://github.com/Suwayomi/Suwayomi-Server/raw/master/server/src/main/resources/icon/faviconlogo.png",
"description": "A free and open source manga reader server that runs extensions built for Mihon (Tachiyomi).",