mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-09 15:34:19 +01:00
Make commercial apps optional
This commit is contained in:
6
install/select-optional-apps.sh
Normal file
6
install/select-optional-apps.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
# Install optional apps
|
||||
apps=$(gum choose "1password" "Spotify" "Zoom" "Dropbox" "VirtualBox" --no-limit --selected "1password","Spotify","Zoom" --height 7 --header "Select commercial apps")
|
||||
|
||||
for app in $apps; do
|
||||
source "$OMAKUB_PATH/install/optional/app-$app.sh"
|
||||
done
|
||||
Reference in New Issue
Block a user