Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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