1
0
Fork 0

update askpass.sh syntax

This commit is contained in:
yuki 2025-08-12 07:20:35 -04:00
parent e245a6a2b1
commit 28378adf62

View file

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