chore(lint): linting, tweaks, cleanup

This commit is contained in:
2023-09-25 12:17:14 +03:00
parent 748e5bb561
commit 6f854ddbfd
9 changed files with 44 additions and 48 deletions

View File

@@ -29,7 +29,7 @@ for pkg in "${packages[@]}"; do
# Skip comments
if [[ ${pkg:0:1} == "#" ]]; then continue; fi
msg "Installing cargo package $pkg"
msg_run "Installing cargo package $pkg"
cargo install "$pkg"
echo ""