mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Uncomment chown.
This commit is contained in:
parent
345e2357c8
commit
21aebe845f
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ do
|
|||
sudo npm -g install fibers
|
||||
# Install Meteor, if it's not yet installed
|
||||
curl https://install.meteor.com | bash
|
||||
sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor
|
||||
#sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor
|
||||
break
|
||||
;;
|
||||
|
||||
|
@ -77,7 +77,7 @@ do
|
|||
# sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' ~/repos/wekan/packages/meteor-useraccounts-core/package.js
|
||||
#fi
|
||||
#cd ..
|
||||
sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor
|
||||
#sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor
|
||||
rm -rf node_modules .meteor/local
|
||||
npm install
|
||||
rm -rf .build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue