Skip to content

Commit

Permalink
fix(install_scripts): 馃悰 fixed musl install script
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jun 28, 2021
1 parent 011438c commit 3f56f68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"conventionalCommits.scopes": ["install_scripts"]
}
1 change: 1 addition & 0 deletions install_scripts/musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ url=$(curl -s https://api.github.com/repos/arctic-hen7/bonnie/releases/latest |

# Download the latest release of Bonnie for musl and put it in `/bin`
curl -L $url > /bin/bonnie
chmod +x /bin/bonnie

0 comments on commit 3f56f68

Please sign in to comment.