From d053bb48c5b14d26564414f0fba201198c00d085 Mon Sep 17 00:00:00 2001 From: Julien Fortin Date: Tue, 17 Dec 2019 18:26:58 +0100 Subject: [PATCH] debian: postinst: remove apt install, add log message instead --- debian/ifupdown2.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/ifupdown2.postinst b/debian/ifupdown2.postinst index 9f2ddd5..d41fa6e 100644 --- a/debian/ifupdown2.postinst +++ b/debian/ifupdown2.postinst @@ -95,8 +95,8 @@ case "$1" in #### WORK AROUND # We have to manually install pip3 - apt-get install python3-pip -y - sleep 1 + # apt-get install python3-pip -y + echo "Please make sure that python3-pip is installed, run: apt-get install python3-pip -y" pip3 install wheel pip3 install setuptools pip3 install ipaddr