Update obsolete usage message

This commit is contained in:
Kristóf Tóth 2018-03-31 20:02:01 +02:00
parent 6ba0b4e61f
commit 265a2d1abb
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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!'