From 265a2d1abb305f2de607a80afb846ca13cc3cb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Sat, 31 Mar 2018 20:02:01 +0200 Subject: [PATCH] Update obsolete usage message --- 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 d816654..3adc14d 100755 --- a/hack/bootstrap_tfw_dev.sh +++ b/hack/bootstrap_tfw_dev.sh @@ -43,4 +43,4 @@ if [ -z "$TFWDEV" ]; then fi echo -echo "You can build & start TFW by executing the command: ${TEST}/hack/tfw.sh buildstart" +echo "You can build & start TFW by executing the command: ${TEST}/hack/tfw.sh start" diff --git a/hack/oneline_install.sh b/hack/oneline_install.sh index d102197..1338e11 100644 --- a/hack/oneline_install.sh +++ b/hack/oneline_install.sh @@ -1 +1 @@ -URL=https://git.io/vxBfj SHA=0eaefa81b66f56a5607e4bfe05614f2c6f4a939394716bf9059d32f313a49d6e 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=b0acf85933764cd11c1755dc05b317c14d28b23b7312621d1a1433a8362b75f0 bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!'