mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-12 08:54:20 +01:00
Doesnt have to be commercial to be optional
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user