Skip to content
Snippets Groups Projects
Commit 1ce6f388 authored by Julian's avatar Julian
Browse files

Fix meteor download url

parent 6f443d6a
No related branches found
No related tags found
No related merge requests found
Pipeline #19165 waiting for manual action
...@@ -28,7 +28,7 @@ autoupdate: ...@@ -28,7 +28,7 @@ autoupdate:
# Install/enable yarn # Install/enable yarn
- corepack enable - corepack enable
- rm nodejs.deb - rm nodejs.deb
- wget -q "https://static-meteor.netdna-ssl.com/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz" -O meteor-bootstrap.tar.gz - wget -q "https://static.meteor.com/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz" -O meteor-bootstrap.tar.gz
# The package only contains an ".meteor" directory that ends up in "/root/.meteor" # The package only contains an ".meteor" directory that ends up in "/root/.meteor"
- tar -C ~/ -xzf meteor-bootstrap.tar.gz - tar -C ~/ -xzf meteor-bootstrap.tar.gz
- rm meteor-bootstrap.tar.gz - rm meteor-bootstrap.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment