From 158c3d9bab55b273839fc37677a5cfe9e181ccb8 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 20 Jul 2024 19:05:03 +0100 Subject: [PATCH] Add 2 more apps --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index bc61a137..71d60348 100755 --- a/install.sh +++ b/install.sh @@ -191,6 +191,8 @@ for selection in $main_menu; do "io.github.mrvladus.List" "Errands (Tasks)" "on"\ "io.gitlab.news_flash.NewsFlash" "Newsflash (RSS)" "on"\ "org.gnome.gitlab.somas.Apostrophe" "Apostrophe (Markdown Editor)" "on"\ + "org.gnome.World.Secrets" "Secrets (Password manager)" "on"\ + "org.gnome.Polari" "Polari (IRC)" "on" \ "io.gitlab.adhami3310.Impression" "Impression (Disk image creator)" "on" 2> choice.tmp app_menu=$( cat choice.tmp ) rm choice.tmp