Update jellyseerr-install.sh (#1658)

fix typo
This commit is contained in:
Jackson Holle 2023-08-02 03:53:47 -05:00 committed by GitHub
parent b0543ab8ae
commit 9b9a56bf92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ msg_ok "Installed Yarn"
msg_info "Installing Jellyseerr (Patience)"
git clone -q https://github.com/Fallenbagel/jellyseerr.git /opt/jellyseerr
cd /opt/lellyseerr
cd /opt/jellyseerr
$STD yarn install
$STD yarn build
msg_ok "Installed Jellyseerr"