mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-14 03:39:16 +00:00
more fixes
This commit is contained in:
parent
c9583be8fc
commit
8ffb892062
@ -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) }')
|
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
|
wget -q $URL
|
||||||
$STD dpkg -i *.deb
|
$STD dpkg -i *.deb
|
||||||
rm -f *.deb
|
|
||||||
echo ${RELEASE} >/opt/suwayomi-server_version.txt
|
echo ${RELEASE} >/opt/suwayomi-server_version.txt
|
||||||
msg_ok "Done setting up Suwayomi-Server"
|
msg_ok "Done setting up Suwayomi-Server"
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
@ -47,6 +46,7 @@ msg_ok "Created Service"
|
|||||||
motd_ssh
|
motd_ssh
|
||||||
customize
|
customize
|
||||||
msg_info "Cleaning up"
|
msg_info "Cleaning up"
|
||||||
|
rm -f *.deb
|
||||||
$STD apt-get -y autoremove
|
$STD apt-get -y autoremove
|
||||||
$STD apt-get -y autoclean
|
$STD apt-get -y autoclean
|
||||||
msg_ok "Cleaned"
|
msg_ok "Cleaned"
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
"name": "Suwayomi-Server",
|
"name": "Suwayomi-Server",
|
||||||
"slug": "suwayomi-server",
|
"slug": "suwayomi-server",
|
||||||
"categories": [
|
"categories": [
|
||||||
0
|
13
|
||||||
],
|
],
|
||||||
"date_created": "2025-02-07",
|
"date_created": "2025-02-07",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 4567,
|
"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",
|
"website": "https://github.com/Suwayomi/Suwayomi-Server",
|
||||||
"logo": "https://github.com/Suwayomi/Suwayomi-Server/raw/master/server/src/main/resources/icon/faviconlogo.png",
|
"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).",
|
"description": "A free and open source manga reader server that runs extensions built for Mihon (Tachiyomi).",
|
||||||
|
Loading…
Reference in New Issue
Block a user