diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-11 01:58:13 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-11 01:58:13 +0300 |
commit | 11b7ade355d32887d0d04b59e8ec5b4ff2662a9f (patch) | |
tree | a03dda38e54106595b03a5b2f00c3ba987120ec1 /snapcraft.yaml | |
parent | 7d39283aec28f4b128350101ba12a6337718a94f (diff) | |
download | wekan-11b7ade355d32887d0d04b59e8ec5b4ff2662a9f.tar.gz wekan-11b7ade355d32887d0d04b59e8ec5b4ff2662a9f.tar.bz2 wekan-11b7ade355d32887d0d04b59e8ec5b4ff2662a9f.zip |
- Try some changes to snap.
Thanks to xet7 !
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 89810c71..9ad94fe5 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -120,8 +120,8 @@ parts: # Removed from build-packages: - paxctl #echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303" #paxctl -mC `which node` - echo "Installing npm" - curl -L https://www.npmjs.com/install.sh | sh + #echo "Installing npm" + #curl -L https://www.npmjs.com/install.sh | sh echo "Installing meteor" curl https://install.meteor.com/ -o install_meteor.sh #sed -i "s|RELEASE=.*|RELEASE=\"1.8.1-beta.0\"|g" install_meteor.sh |