Update .local/bin/setup/setup

This commit is contained in:
2026-02-22 22:24:52 +00:00
parent df5afb5acb
commit 989052f31c

View File

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