fix(lint): added missing shfmt, linted files

This commit is contained in:
2023-08-31 09:55:00 +03:00
parent 6b76bc825c
commit 31e04ce865
6 changed files with 23 additions and 22 deletions

View File

@@ -7,6 +7,8 @@ source "$HOME/.dotfiles/scripts/shared.sh"
! have go && msg "go hasn't been installed yet." && exit 0
packages=(
# A shell parser, formatter, and interpreter with bash support; includes shfmt
mvdan.cc/sh/v3/cmd/shfmt@latest
# sysadmin/scripting utilities, distributed as a single binary
github.com/skx/sysbox@latest
# Git Profile allows you to switch between user profiles in git repos

View File

@@ -336,4 +336,3 @@ ask()
fi
done
}