We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 826c04b + 7b54fbd commit 98ccb6eCopy full SHA for 98ccb6e
distribution/install.sh
@@ -1,10 +1,9 @@
1
#!/bin/sh
2
set -e
3
4
-VERSION="v0.1.0"
5
BINARY_NAME="ds"
6
TARBALL_NAME="ds-x86_64-unknown-linux-gnu.tar.gz"
7
-GITHUB_URL="https://github.com/junhsonjb/dotsec/releases/download/$VERSION/$TARBALL_NAME"
+GITHUB_URL="https://github.com/junhsonjb/dotsec/releases/latest/download/$TARBALL_NAME"
8
9
curl -sSL "$GITHUB_URL" -o "$TARBALL_NAME"
10
0 commit comments