mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-31 09:54:23 +01:00
Add Gimp as an optional install
This commit is contained in:
@@ -7,6 +7,7 @@ CHOICES=(
|
||||
"ASDControl Set brightness on Apple Studio and XDR displays"
|
||||
"Brave Chrome-based browser with built-in ad blocking"
|
||||
"Dropbox Sync files across computers with ease"
|
||||
"Gimp Image manipulation tool ala Photoshop"
|
||||
"Mainline Kernels Install newer Linux kernels than Ubuntu defaults"
|
||||
"Minecraft Everyone's favorite blocky building game"
|
||||
"OBS Studio Record screencasts with inputs from both display + webcam"
|
||||
@@ -22,7 +23,7 @@ CHOICES=(
|
||||
"<< Back "
|
||||
)
|
||||
|
||||
CHOICE=$(gum choose "${CHOICES[@]}" --height 23 --header "Install application")
|
||||
CHOICE=$(gum choose "${CHOICES[@]}" --height 24 --header "Install application")
|
||||
|
||||
if [[ "$CHOICE" == "<< Back"* ]] || [[ -z "$CHOICE" ]]; then
|
||||
# Don't install anything
|
||||
|
||||
1
install/desktop/optional/app-gimp.sh
Normal file
1
install/desktop/optional/app-gimp.sh
Normal file
@@ -0,0 +1 @@
|
||||
sudo apt install -y gimp
|
||||
1
uninstall/app-gimp.sh
Normal file
1
uninstall/app-gimp.sh
Normal file
@@ -0,0 +1 @@
|
||||
sudo apt remove -y gimp
|
||||
Reference in New Issue
Block a user