Add Gimp as an optional install

This commit is contained in:
David Heinemeier Hansson
2025-05-18 20:44:01 +02:00
parent 9d414e059d
commit 4566d27da1
3 changed files with 4 additions and 1 deletions

View File

@@ -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