Skip to content

Commit

Permalink
Remove noma in pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed May 31, 2019
1 parent 7818e23 commit 433068e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/init.d/lncm-post
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ start() {
}

install_noma() {
echo "Install Noma in dependencies"
echo "Install Noma dependencies in case user wants to install it"
/sbin/apk add py3-psutil
/usr/bin/pip3 install noma==0.4.5
#Uncomment noma for now because noma stop seems to be broken
#/usr/bin/pip3 install noma==0.4.5
}

install_toml() {
Expand Down

0 comments on commit 433068e

Please sign in to comment.