From d5a68d63c28ca386ca1f77934c1607542da50131 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 6 Dec 2022 20:23:14 +0000 Subject: [PATCH] Update .local/bin/provision --- .local/bin/provision | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/provision b/.local/bin/provision index 99851e83..3f6e28fd 100644 --- a/.local/bin/provision +++ b/.local/bin/provision @@ -249,7 +249,7 @@ fi ### System package manager update / Homebrew dependencies if ! command -v curl > /dev/null || ! command -v git > /dev/null; then - logg 'Ensuring `curl` and `git` are installed via the system package manager' + logg info 'Ensuring `curl` and `git` are installed via the system package manager' if command -v apt-get > /dev/null; then # Debian / Ubuntu sudo apt-get update @@ -392,7 +392,7 @@ if [ ! -f "$HOME/.config/chezmoi/chezmoi.yaml" ]; then if command -v gum > /dev/null; then if [ -z "$SOFTWARE_GROUP" ]; then logg prompt 'Select the software group you would like to install. If your environment is a macOS, Windows, or environment with the DISPLAY environment variable then desktop software will be installed too. The software groups are in the ~/.local/share/chezmoi/home/.chezmoidata.yaml file.' - SOFTWARE_GROUP="$(gum choose "Basic" "Standard" "Development" "Experimental")" + SOFTWARE_GROUP="$(gum choose "Basic" "Standard" "Full")" fi fi