From afc4eb1587e7d8f99bf7f0ba8f31c7780e89e0ab Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 20 Jul 2024 17:04:48 +0100 Subject: [PATCH] Add impression --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 73ec18bf..bc61a137 100755 --- a/install.sh +++ b/install.sh @@ -190,7 +190,8 @@ for selection in $main_menu; do --checklist "Select Apps to install. Entries marked with * are NOT open-source." 30 90 5 \ "io.github.mrvladus.List" "Errands (Tasks)" "on"\ "io.gitlab.news_flash.NewsFlash" "Newsflash (RSS)" "on"\ - "org.gnome.gitlab.somas.Apostrophe" "Apostrophe (Markdown Editor)" "on" 2> choice.tmp + "org.gnome.gitlab.somas.Apostrophe" "Apostrophe (Markdown Editor)" "on"\ + "io.gitlab.adhami3310.Impression" "Impression (Disk image creator)" "on" 2> choice.tmp app_menu=$( cat choice.tmp ) rm choice.tmp