X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=debian%2Fpython3-osm-lcm.postinst;h=7ee6c6c9af141ac5887eaf1bff7dd18197192615;hb=420befa76ae88d190ad6ee7da55b80694b4a2c40;hp=63e30b1755cbdecc9618052e7a71e7bbeb01eee9;hpb=2e2155173c047ac2acb8a626019eda2d87f785ed;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