diff --git a/install.sh b/install.sh index 5556fac..06ca3b9 100755 --- a/install.sh +++ b/install.sh @@ -2,6 +2,8 @@ # Copyright 2019 the Deno authors. All rights reserved. MIT license. # TODO(everyone): Keep this script simple and easily auditable. +echo +echo "Stuck? Join our Discord https://discord.gg/deno" set -e if ! command -v unzip >/dev/null && ! command -v 7z >/dev/null; then @@ -111,6 +113,4 @@ if command -v deno >/dev/null; then echo "Run 'deno --help' to get started" else echo "Run '$exe --help' to get started" -fi -echo -echo "Stuck? Join our Discord https://discord.gg/deno" +fi \ No newline at end of file