mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Try to fix Snap. Part 8.
Thanks to xet7 !
This commit is contained in:
parent
0b797ceb7e
commit
693a49f852
1 changed files with 5 additions and 5 deletions
|
|
@ -117,11 +117,11 @@ parts:
|
||||||
#npm -g install node-pre-gyp --unsafe-perm
|
#npm -g install node-pre-gyp --unsafe-perm
|
||||||
#npm -g install fibers --unsafe-perm
|
#npm -g install fibers --unsafe-perm
|
||||||
echo "Installing meteor"
|
echo "Installing meteor"
|
||||||
#curl https://install.meteor.com/ -o install_meteor.sh
|
curl https://install.meteor.com/ -o install_meteor.sh
|
||||||
#chmod +x install_meteor.sh
|
chmod +x install_meteor.sh
|
||||||
#sh install_meteor.sh
|
sh install_meteor.sh
|
||||||
#rm install_meteor.sh
|
rm install_meteor.sh
|
||||||
npm -g install meteor --unsafe-perm
|
#npm -g install meteor --unsafe-perm --allow-superuser
|
||||||
rm -rf .build
|
rm -rf .build
|
||||||
chmod u+w *.json
|
chmod u+w *.json
|
||||||
npm install --unsafe-perm
|
npm install --unsafe-perm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue