From ddeaccb508edaa8209f3cb236625b1f1d0c87f7c Mon Sep 17 00:00:00 2001 From: GoldenSpring Date: Sat, 3 Jan 2026 13:58:55 +0300 Subject: [PATCH] added -y to apt installation --- install/sonobarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/sonobarr-install.sh b/install/sonobarr-install.sh index f20c9d384..6bef91121 100644 --- a/install/sonobarr-install.sh +++ b/install/sonobarr-install.sh @@ -17,7 +17,7 @@ fetch_and_deploy_gh_release "sonobarr" "Dodelidoo-Labs/sonobarr" "tarball" cd /opt/sonobarr msg_info "Setting up sonobarr" -apt install python3.13-venv +apt install python3.13-venv -y python3 -m venv venv source venv/bin/activate pip install --no-cache-dir -r requirements.txt