From 5000dbeff54b472036b2dcd2fcf9ae038e51f183 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Fri, 29 Dec 2023 11:47:28 +0000 Subject: [PATCH] Minor change to Debian install script --- geeqie-install-debian.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/geeqie-install-debian.sh b/geeqie-install-debian.sh index 12eab7c4..a315f561 100755 --- a/geeqie-install-debian.sh +++ b/geeqie-install-debian.sh @@ -8,7 +8,7 @@ ## Dialogs allow the user to install additional features. ## -version="2023-06-11" +version="2023-12-29" description=' Geeqie is an image viewer. This script will download, compile, and install Geeqie on Debian-based systems. @@ -560,10 +560,10 @@ then ninja -C build install else meson setup build - meson configure build + meson configure --no-pager build printf '%b\n' "90 " > "$zen_pipe" printf '%b\n' "#Installing Geeqie..." > "$zen_pipe" - ninja -C build install + sudo --askpass meson install -C build fi rm "$install_pass_script" -- 2.20.1