1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-12 22:47:18 +00:00

Update TFW bootstrap script instructions

This commit is contained in:
Kristóf Tóth 2018-03-27 16:26:19 +02:00
parent 9b6b876d91
commit 06b5253dce
2 changed files with 2 additions and 2 deletions

View File

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

View File

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