We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbedef1 commit 5403fe8Copy full SHA for 5403fe8
bin/countly.install_rhel.sh
@@ -87,7 +87,7 @@ if grep -q -i "release 6" /etc/redhat-release ; then
87
fi
88
89
#install grunt & npm modules
90
-( cd $DIR/.. ; npm install -g grunt-cli --unsafe-perm ; npm install --unsafe-perm )
+( cd $DIR/.. ; sudo npm install -g grunt-cli --unsafe-perm ; sudo npm install --unsafe-perm )
91
92
#install mongodb
93
bash $DIR/scripts/mongodb.install.sh
bin/countly.install_ubuntu.sh
@@ -66,7 +66,7 @@ fi
66
apt-get -y install sendmail
67
68
69
-( cd $DIR/.. ; npm install -g grunt-cli --unsafe-perm ; npm install --unsafe-perm)
+( cd $DIR/.. ; sudo npm install -g grunt-cli --unsafe-perm ; sudo npm install --unsafe-perm)
70
71
72
if [ "$INSIDE_DOCKER_NOMONGO" != "1" ]
0 commit comments