normalize npm dir permissions

This commit is contained in:
Cyryl Plotnicki-Chudyk 2015-08-18 18:47:25 +02:00
parent 8511a89575
commit 27f2cb1fcc

View file

@ -85,6 +85,9 @@ sudo npm install -g reveal-md
echo "installing vdirsyncer"
sudo pip install vdirsyncer
# normalize npm permissions
sudo chown $USER .npm -R
echo
echo "now go ahead and restart"
echo