Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ ciutil 1(+) 1(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Feb 15, 2024
1 parent 906f807 commit 5e25e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/ciutil
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ download() {
local software=$(basename "$url")
local location=~/.local/bin/$software

echo "Downloading $software into $location"
echo "[Download]: $software into $location"
wget -O $location -q -nv --content-disposition "$url"
chmod +x $location 2> /dev/null || true
}
Expand Down

0 comments on commit 5e25e11

Please sign in to comment.