Skip to content

Commit

Permalink
Show progress bar while downloading binary
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jan 5, 2021
1 parent b171f5a commit a6dec32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ldddns_install() {
trap cleanup EXIT

echo Downloading ldddns binary
curl --proto =https --fail -sSL -o "${tmpdir}/ldddns" "https://github.com/arnested/ldddns/releases/latest/download/ldddns_$(uname -s)_$(uname -m)"
curl --proto =https --fail --location --progress-bar --output "${tmpdir}/ldddns" "https://github.com/arnested/ldddns/releases/latest/download/ldddns_$(uname -s)_$(uname -m)"

chmod +x "${tmpdir}/ldddns"

Expand Down

0 comments on commit a6dec32

Please sign in to comment.