diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0783931 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "conventionalCommits.scopes": ["install_scripts"] +} diff --git a/install_scripts/musl.sh b/install_scripts/musl.sh index 4a3259d..fce963e 100644 --- a/install_scripts/musl.sh +++ b/install_scripts/musl.sh @@ -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