Update sonarr-install.sh

add sqlite3
This commit is contained in:
tteckster 2024-01-03 10:02:41 -05:00 committed by GitHub
parent a82f235e3c
commit 5ecdf14301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y gnupg
$STD apt-get install -y ca-certificates
$STD apt-get install -y sqlite3
msg_ok "Installed Dependencies"
read -r -p "Would you like to install v4 (experimental)? <y/N> " prompt