Fix autoinstall releases url
This commit is contained in:
parent
b23d042369
commit
e31c7026b5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if [ ! -x "$(command -v autoinstall)" ];
|
|||
then
|
||||
echo "Installing autoinstall command"
|
||||
mkdir -p "$HOME/.local/bin"
|
||||
curl -Lo "$HOME/.local/bin/autoinstall" https://git.serguzim.me/serguzim/tools/releases/download/latest/autoinstall
|
||||
curl -Lo "$HOME/.local/bin/autoinstall" https://git.serguzim.me/serguzim/autoinstall/releases/download/latest/autoinstall
|
||||
chmod +x "$HOME/.local/bin/autoinstall"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue