From 06b5253dce9a59f3525b2e64fc1903a44c5e0595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 27 Mar 2018 16:26:19 +0200 Subject: [PATCH] Update TFW bootstrap script instructions --- hack/bootstrap_tfw_dev.sh | 2 +- hack/oneline_install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/bootstrap_tfw_dev.sh b/hack/bootstrap_tfw_dev.sh index 1dccd2e..d260740 100755 --- a/hack/bootstrap_tfw_dev.sh +++ b/hack/bootstrap_tfw_dev.sh @@ -27,4 +27,4 @@ yarn install >> $LOGFILE 2>&1 wait echo "Done!" echo -echo "You can build & start TFW by executing the command: ${BACKEND}/hack/tfw.sh start" +echo "You can build & start TFW by executing the command: ${BACKEND}/hack/tfw.sh buildstart" diff --git a/hack/oneline_install.sh b/hack/oneline_install.sh index 338a85d..6b1733c 100644 --- a/hack/oneline_install.sh +++ b/hack/oneline_install.sh @@ -1 +1 @@ -URL=https://git.io/vxBfj SHA=d8a04c706dfa04fb86e56f1e69e0a9f87f34caa9bbda36e4ac15c5a4717fd0b6 bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!' +URL=https://git.io/vxBfj SHA=7c6eb09483b4abf02198f88499de231bf4b7cda9eca05d00584cf059ffb6bbce bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!'