Selaa lähdekoodia

Try to fix Snap. Part 7.

Thanks to xet7 !
Lauri Ojansivu 3 vuotta sitten
vanhempi
sitoutus
2587e2f00a
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5 4
      snapcraft.yaml

+ 5 - 4
snapcraft.yaml

@@ -117,10 +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
-            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
             rm -rf .build
             chmod u+w *.json
             chmod u+w *.json
             npm install --unsafe-perm
             npm install --unsafe-perm