From 989052f31c69cecbd348e9793a40b4398e438768 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 22 Feb 2026 22:24:52 +0000 Subject: [PATCH] Update .local/bin/setup/setup --- .local/bin/setup/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/setup/setup b/.local/bin/setup/setup index 327d6d0..8eccc38 100755 --- a/.local/bin/setup/setup +++ b/.local/bin/setup/setup @@ -1,6 +1,6 @@ #!/bin/bash -export MASTERPW=$(dialog --no-cancel --passwordbox "Enter Enpass master password." 10 60 3>&1 1>&2 2>&3 3>&1 | sed 's/\s//g') +export MASTERPW=$(zenity --password) echo "https://tower.scarif.space" | xclip -selection clipboard -i