From 2587e2f00ae27742893e48e98845a3139e3f3a02 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 24 May 2022 00:32:20 +0300 Subject: [PATCH] Try to fix Snap. Part 7. Thanks to xet7 ! --- snapcraft.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 62dc292eb..ba79ea75d 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -117,10 +117,11 @@ parts: #npm -g install node-pre-gyp --unsafe-perm #npm -g install fibers --unsafe-perm echo "Installing meteor" - curl https://install.meteor.com/ -o install_meteor.sh - chmod +x install_meteor.sh - sh install_meteor.sh - rm install_meteor.sh + #curl https://install.meteor.com/ -o install_meteor.sh + #chmod +x install_meteor.sh + #sh install_meteor.sh + #rm install_meteor.sh + npm -g install meteor --unsafe-perm rm -rf .build chmod u+w *.json npm install --unsafe-perm