Update overseerr-install.sh

tweak
This commit is contained in:
tteckster 2023-08-01 16:31:06 -04:00 committed by GitHub
parent ed4b2ef237
commit b0543ab8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,12 +32,12 @@ msg_info "Installing Yarn"
$STD npm install -g yarn
msg_ok "Installed Yarn"
msg_info "Installing overseerr (Patience)"
msg_info "Installing Overseerr (Patience)"
git clone -q https://github.com/sct/overseerr.git /opt/overseerr
cd /opt/overseerr
$STD yarn install
$STD yarn build
msg_ok "Installed overseerr"
msg_ok "Installed Overseerr"
msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/overseerr.service