This commit is contained in:
Brian Zalewski 2023-11-05 04:37:23 +00:00
parent 74938d3cac
commit 6585227c26
4 changed files with 4 additions and 4 deletions

View file

@ -9,13 +9,13 @@ tap "homebrew/bundle"
if OS.mac? if OS.mac?
brew "coreutils" brew "coreutils"
brew "findutils" brew "findutils"
brew "gnu-sed"
brew "m-cli" brew "m-cli"
end end
brew "age" brew "age"
brew "glow" brew "glow"
brew "gnupg" brew "gnupg"
brew "go" brew "go"
brew "gsed"
brew "gum" brew "gum"
brew "jq" brew "jq"
brew "node" brew "node"

View file

@ -362,7 +362,7 @@ else
fi fi
# @description Ensure gsed is available on macOS (for modifying `/etc/sudoers` to remove passwordless sudo) # @description Ensure gsed is available on macOS (for modifying `/etc/sudoers` to remove passwordless sudo)
if [ -n "$REMOVE_TMP_SUDOERS" ] && [ -d /Applications ] && [ -d /System ]; then if [ -d /Applications ] && [ -d /System ]; then
if ! command -v gsed > /dev/null; then if ! command -v gsed > /dev/null; then
if command -v brew > /dev/null; then if command -v brew > /dev/null; then
brew install gsed brew install gsed

View file

@ -408,7 +408,7 @@ else
fi fi
# @description Ensure gsed is available on macOS (for modifying `/etc/sudoers` to remove passwordless sudo) # @description Ensure gsed is available on macOS (for modifying `/etc/sudoers` to remove passwordless sudo)
if [ -n "$REMOVE_TMP_SUDOERS" ] && [ -d /Applications ] && [ -d /System ]; then if [ -d /Applications ] && [ -d /System ]; then
if ! command -v gsed > /dev/null; then if ! command -v gsed > /dev/null; then
if command -v brew > /dev/null; then if command -v brew > /dev/null; then
brew install gsed brew install gsed

View file

@ -286,7 +286,7 @@ else
fi fi
# @description Ensure gsed is available on macOS (for modifying `/etc/sudoers` to remove passwordless sudo) # @description Ensure gsed is available on macOS (for modifying `/etc/sudoers` to remove passwordless sudo)
if [ -n "$REMOVE_TMP_SUDOERS" ] && [ -d /Applications ] && [ -d /System ]; then if [ -d /Applications ] && [ -d /System ]; then
if ! command -v gsed > /dev/null; then if ! command -v gsed > /dev/null; then
if command -v brew > /dev/null; then if command -v brew > /dev/null; then
brew install gsed brew install gsed