diff options
Diffstat (limited to 'static/thesiah-mac.sh')
| -rwxr-xr-x | static/thesiah-mac.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/thesiah-mac.sh b/static/thesiah-mac.sh index dd9c563..a38d7f1 100755 --- a/static/thesiah-mac.sh +++ b/static/thesiah-mac.sh @@ -93,7 +93,7 @@ tapinstall() { # Install mac apps with mas masinstall() { echo "Installing the mac app: $1" - + # Search for the app by name and get its ID using awk to parse the output id=$(mas search "$1" | awk -v appName="$1" '{if ($0 ~ appName) {print $1; exit}}') # Check if the id variable is set and not empty @@ -145,7 +145,7 @@ getuserandpass brewinstall || error "Failed to install Homebrew." # Ensure mas is installed -installpkg "mas" +installpkg "mas" # Start the installation loop for software from the CSV installationloop |
