From 5ecdf143016f853542f5678cecddf61430de209a Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 3 Jan 2024 10:02:41 -0500 Subject: [PATCH] Update sonarr-install.sh add sqlite3 --- install/sonarr-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/sonarr-install.sh b/install/sonarr-install.sh index f9114b20..f0b76304 100644 --- a/install/sonarr-install.sh +++ b/install/sonarr-install.sh @@ -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)? " prompt