浏览代码

Try to fix Snap. Part 8.

Thanks to xet7 !
Lauri Ojansivu 3 年之前
父节点
当前提交
693a49f852
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      snapcraft.yaml

+ 5 - 5
snapcraft.yaml

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