From ad07aeb041e06c3e95b809ac2c86537284c27d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20S=C3=BClwald?= Date: Wed, 28 Dec 2022 17:52:49 +0100 Subject: [PATCH] Restore download link for Linux in beta, ... and make shellscripts in scripts/ executable --- README.md | 2 +- scripts/start.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0115e43a..fc6a5dac 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Click the download button for your operating system:

- +

## On Windows: diff --git a/scripts/start.sh b/scripts/start.sh index 4bb6cb66..61ac3f74 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -19,4 +19,5 @@ which conda conda --version || exit 1 # Download the rest of the installer and UI +chmod +x scripts/*.sh scripts/on_env_start.sh