Add a (patience) for audiobookshelf

This commit is contained in:
Sam Heinz
2024-06-07 22:36:19 +10:00
parent 1a662e8a4c
commit df499440f3

View File

@@ -29,7 +29,7 @@ $STD apt-get install -y nodejs
$STD apt-get install -y npm
msg_ok "Installed Node.js"
msg_info "Installing audiobookshelf"
msg_info "Installing audiobookshelf (Patience)"
$STD git clone https://github.com/advplyr/audiobookshelf /opt/audiobookshelf
cd /opt/audiobookshelf
sed -i 's/Port: 3333/Port: 13378/' ./.devcontainer/dev.js