mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Try to fix snap
This commit is contained in:
parent
961d9dcbdb
commit
db757f20b3
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ parts:
|
||||||
plugin: nodejs
|
plugin: nodejs
|
||||||
node-engine: 8.12.0
|
node-engine: 8.12.0
|
||||||
node-packages:
|
node-packages:
|
||||||
- npm
|
- npm@6.4.1
|
||||||
- node-gyp
|
- node-gyp
|
||||||
- node-pre-gyp
|
- node-pre-gyp
|
||||||
- fibers@2.0.0
|
- fibers@2.0.0
|
||||||
|
|
@ -124,7 +124,7 @@ parts:
|
||||||
#paxctl -mC `which node`
|
#paxctl -mC `which node`
|
||||||
echo "Installing meteor"
|
echo "Installing meteor"
|
||||||
curl https://install.meteor.com/ -o install_meteor.sh
|
curl https://install.meteor.com/ -o install_meteor.sh
|
||||||
sed -i "s|RELEASE=.*|RELEASE=\"1.8.1-beta.0\"|g" install_meteor.sh
|
#sed -i "s|RELEASE=.*|RELEASE=\"1.8.1-beta.0\"|g" 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue