Skip to content

Commit

Permalink
updated installer code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lslvr committed Dec 26, 2020
1 parent 50ffba4 commit 011acd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


# get it from: https://git.io/JT11Y:
# curl -L https://git.io/JT11Y
# curl -L https://git.io/JT11Y | sh

set -e -- "${1:-tbd}"
set tbd

curl -L "https://raw.githubusercontent.com/luis-lavaire/tbd/main/tbd" > "$1"
chmod +x "$1"
curl -L "https://raw.githubusercontent.com/luis-lavaire/tbd/main/tbd" > tbd
chmod +x tbd

0 comments on commit 011acd5

Please sign in to comment.