1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

debian: postinst: remove apt install, add log message instead

This commit is contained in:
Julien Fortin
2019-12-17 18:26:58 +01:00
parent 8248d0befc
commit d053bb48c5

View File

@ -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