From e0ea3a281cc66043c750a566d80b5b83580ef8ed Mon Sep 17 00:00:00 2001 From: Attila Gombos Date: Fri, 9 Aug 2024 23:33:18 +0200 Subject: [PATCH] Fix install script --- python/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/install.sh b/python/install.sh index 81f9b08..257785a 100644 --- a/python/install.sh +++ b/python/install.sh @@ -4,7 +4,7 @@ apt-get update # Install python3 and pip -apt-get install python3 python3-pip +apt-get install -y python3 python3-pip # Install wheel pip3 install wheel @@ -14,7 +14,7 @@ apt-get install -y ruby ruby-dev rubygems build-essential gem install -N fpm # Install dh-virtualenv and stdeb -apt-get install debhelper devscripts equivs dh-virtualenv dh-python python3-virtualenv python3-all +apt-get install -y debhelper devscripts equivs dh-virtualenv dh-python python3-virtualenv python3-all pip3 install stdeb # Add scripts to PATH