From 28378adf628bad1ceed394d6fe91da08ead325c1 Mon Sep 17 00:00:00 2001 From: yuki Date: Tue, 12 Aug 2025 07:20:35 -0400 Subject: [PATCH] update askpass.sh syntax --- scripts/askpass.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/askpass.sh b/scripts/askpass.sh index cc3cf43..ba07bd1 100755 --- a/scripts/askpass.sh +++ b/scripts/askpass.sh @@ -1,2 +1,6 @@ #!/bin/sh -yad --class="GSu" --title="Password" --text="Enter sudo password:" --image="dialog-password" --entry --hide-text +yad --class="GSu" \ + --title="Password" \ + --text="Enter sudo password:" \ + --image="dialog-password" \ + --entry --hide-text