General configuration changes hellscape

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-09-03 22:51:35 +08:00
parent 094b8a0009
commit a41e28d091
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
7 changed files with 64 additions and 41 deletions

View file

@ -38,7 +38,6 @@ path_detection() {
exit 1
fi
else
warn "environment can't be detected ($desktop), using pinentry-curses"
if command -v pinentry-curses >> /dev/null; then
target_bin=pinentry-curses
else