From 7c2a5c07be1e374246ac8d41ee84a7c5ee2854c8 Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Sun, 11 Jul 2021 14:20:54 +0000 Subject: [PATCH] gitpod --- install_gitpod.sh | 7 +++++++ run.sh | 0 2 files changed, 7 insertions(+) create mode 100755 install_gitpod.sh mode change 100644 => 100755 run.sh diff --git a/install_gitpod.sh b/install_gitpod.sh new file mode 100755 index 000000000..e2a71b6bc --- /dev/null +++ b/install_gitpod.sh @@ -0,0 +1,7 @@ +#!/bin/bash +rm -f /tmp/install.sh +curl -s -o /tmp/install.sh https://raw.githubusercontent.com/threefoldfoundation/data_threefold/development/install.sh +bash /tmp/install.sh +bash /workspace/data_threefold/gitpod_scripts/install.sh +bash /workspace/data_threefold/gitpod_scripts/run.sh + diff --git a/run.sh b/run.sh old mode 100644 new mode 100755