normalize npm dir permissions
This commit is contained in:
parent
8511a89575
commit
27f2cb1fcc
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ sudo npm install -g reveal-md
|
||||||
echo "installing vdirsyncer"
|
echo "installing vdirsyncer"
|
||||||
sudo pip install vdirsyncer
|
sudo pip install vdirsyncer
|
||||||
|
|
||||||
|
# normalize npm permissions
|
||||||
|
sudo chown $USER .npm -R
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "now go ahead and restart"
|
echo "now go ahead and restart"
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue