mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-29 08:54:35 +01:00
Include 1password-cli as optional installation and its uninstall script
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" "1password-cli" "Spotify" "Zoom" "Dropbox" "VirtualBox" --no-limit --selected "1password","1password-cli","Spotify","Zoom" --height 7 --header "Select commercial apps")
|
||||
|
||||
for app in $apps; do
|
||||
source "$OMAKUB_PATH/install/optional/app-${app,,}.sh"
|
||||
|
||||
1
uninstall/app-1password-cli.sh
Normal file
1
uninstall/app-1password-cli.sh
Normal file
@@ -0,0 +1 @@
|
||||
sudo apt remove -y 1password-cli
|
||||
Reference in New Issue
Block a user