coolstar / Odyssey-bootstrap

Chimera bootstrap
107 stars 40 forks source link

Anyway to make the script look for offline files? #29

Closed sevenpastzeero closed 3 years ago

sevenpastzeero commented 3 years ago

I have a very bad, slow internet. And I was hoping to find a way to make the script look for 'bootstrap_1700.tar.gz' instead of downloading it every time I run it.

raspberryenvoie commented 3 years ago
  1. Download the whole repository
  2. Edit procursus-deploy-linux-mac.sh and remove the following lines :

CURRENTDIR=$(pwd) ODYSSEYDIR=$(mktemp -d) cd "$ODYSSEYDIR" cd "$CURRENTDIR" rm -rf "$ODYSSEYDIR" And the one that starts with curl

  1. Run procursus-deploy-linux-mac.sh and make sure you're inside the folder that contains the repository you downloaded

Hope it helps :)

sevenpastzeero commented 3 years ago

Thank you very much. This worked great.