update: bump infctl version to v0.0.3 in install script
This commit is contained in:
parent
aa912d55df
commit
d839fd5687
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ case "$OS" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Construct the download URL
|
# Construct the download URL
|
||||||
VERSION="v0.0.2"
|
VERSION="v0.0.3"
|
||||||
BINARY_URL="https://codeberg.org/headshed/infctl-cli/releases/download/$VERSION/infctl-$OS-$ARCH"
|
BINARY_URL="https://codeberg.org/headshed/infctl-cli/releases/download/$VERSION/infctl-$OS-$ARCH"
|
||||||
|
|
||||||
# Download the binary
|
# Download the binary
|
||||||
|
|
@ -34,4 +34,4 @@ sudo curl -s -L "$BINARY_URL" -o /usr/local/bin/infctl
|
||||||
# Make it executable
|
# Make it executable
|
||||||
sudo chmod +x /usr/local/bin/infctl
|
sudo chmod +x /usr/local/bin/infctl
|
||||||
|
|
||||||
echo "infctl installed successfully!"
|
echo "infctl installed successfully!"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue