Doesnt have to be commercial to be optional

This commit is contained in:
David Heinemeier Hansson
2024-06-13 11:44:10 +02:00
parent 5622bceed7
commit 7ca3ec9ee5

View File

@@ -1,5 +1,5 @@
# Install optional apps
apps=$(gum choose "1password" "Spotify" "Zoom" "Dropbox" "VirtualBox" --no-limit --selected "1password","Spotify","Zoom" --height 7 --header "Select commercial apps")
apps=$(gum choose "1password" "Spotify" "Zoom" "Dropbox" "VirtualBox" --no-limit --selected "1password","Spotify","Zoom" --height 7 --header "Select optional apps")
for app in $apps; do
source "$OMAKUB_PATH/install/optional/app-${app,,}.sh"