Skip to content

Commit 98ccb6e

Browse files
authored
Merge pull request #28 from junhsonjb/jjb-install-script-latest
download latest binary in install script
2 parents 826c04b + 7b54fbd commit 98ccb6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

distribution/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/sh
22
set -e
33

4-
VERSION="v0.1.0"
54
BINARY_NAME="ds"
65
TARBALL_NAME="ds-x86_64-unknown-linux-gnu.tar.gz"
7-
GITHUB_URL="https://github.com/junhsonjb/dotsec/releases/download/$VERSION/$TARBALL_NAME"
6+
GITHUB_URL="https://github.com/junhsonjb/dotsec/releases/latest/download/$TARBALL_NAME"
87

98
curl -sSL "$GITHUB_URL" -o "$TARBALL_NAME"
109

0 commit comments

Comments
 (0)