Skip to content
Merged
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
10 changes: 4 additions & 6 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
set -e

print_welcome() {
echo "RUN-THAT-APP DOWNLOAD SCRIPT"
echo
echo "This script is under development. Please report issues at"
echo "https://github.com/kevgo/run-that-app/issues"
echo
version=$1
name=$2
echo "Installing run-that-app $version as $name ..."
}

VERSION="0.33.0" # the default version of run-that-app to download
Expand All @@ -31,7 +29,7 @@ main() {
esac
done

print_welcome
print_welcome "$VERSION" "$DEST_FILENAME"

need_cmd uname
need_cmd curl
Expand Down