system suites app : Some updates
This commit is contained in:
parent
d9fabf526b
commit
b06de0e64c
1 changed files with 7 additions and 6 deletions
|
@ -1,12 +1,13 @@
|
|||
#!/bin/bash
|
||||
. ./lib
|
||||
options=()
|
||||
options+=("gparted" "Partitions manager" off)
|
||||
options+=("bleachbit" "profile cleaner" off)
|
||||
options+=("keepass" "Password Manager" off)
|
||||
options+=("keepassx" "Password Manager" off)
|
||||
options+=("keepassxc" "Password Manager" off)
|
||||
options+=("virtualbox" "Virtualization software" off)
|
||||
options+=("gparted" "(GTK) Partitions manager" off)
|
||||
options+=("bleachbit" "(GTK) profile cleaner" off)
|
||||
options+=("keepassxc" "(QT) Password Manager" off)
|
||||
options+=("keepassx2" "(QT) Password Manager" off)
|
||||
options+=("keepassx" "(QT) Password Manager" off)
|
||||
options+=("keepass" "(MONO) Password Manager" off)
|
||||
options+=("virtualbox" "(QT) Virtualization software" off)
|
||||
options+=("virtualbox-ext-oracle" "(AUR) Ext Pack" off)
|
||||
options+=("wine" "MS Windows App Support" off)
|
||||
options+=("wine_gecko" "MS Windows App Support" off)
|
||||
|
|
Loading…
Reference in a new issue