X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=debian%2Fpython3-osm-lcm.postinst;h=7ee6c6c9af141ac5887eaf1bff7dd18197192615;hb=7c76ad9242e92a917b700db41e044982666c9bda;hp=63e30b1755cbdecc9618052e7a71e7bbeb01eee9;hpb=b3cda2e2d399e761311fbe9e4ffc3b22037d6312;p=osm%2FLCM.git diff --git a/debian/python3-osm-lcm.postinst b/debian/python3-osm-lcm.postinst index 63e30b1..7ee6c6c 100755 --- a/debian/python3-osm-lcm.postinst +++ b/debian/python3-osm-lcm.postinst @@ -18,9 +18,12 @@ ## echo "POST INSTALL OSM-LCM" +# Currently it is not needed pip3 installation +# echo "Installing python dependencies via pip..." +# pip3 install pip==9.0.3 +# pip3 install --user aiokafka #Creation of log folder mkdir -p /var/log/osm -systemctl enable osm-lcm.service - +# systemctl enable osm-lcm.service