Skip to content

Commit

Permalink
Added gum to preinstall script (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon authored Feb 11, 2025
1 parent 038d342 commit 520e416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_package_mac() {
OS=$(uname -s)

# List of required packages
REQUIRED_PACKAGES=("jq" "bc")
REQUIRED_PACKAGES=("jq" "bc" "gum")

for PACKAGE in "${REQUIRED_PACKAGES[@]}"; do
if ! command -v "$PACKAGE" &> /dev/null; then
Expand Down

0 comments on commit 520e416

Please sign in to comment.