Skip to content

Commit 7fc29b2

Browse files
authored
Add qubes.SshAgent rpc to vault template
1 parent 418edc1 commit 7fc29b2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

fedora-gnome/vault.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ download() {
2424
unpriv curl -s --proxy http://127.0.0.1:8082 "${1}" | sudo tee "${2}" > /dev/null
2525
}
2626

27-
sudo dnf install -y keepassxc openssh-askpass
27+
download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/qubes-rpc/qubes.SshAgent /etc/qubes-rpc/qubes.SshAgent
28+
sudo chmod +x /etc/qubes-rpc/qubes.SshAgent
29+
30+
# Not using openssh-askpass here, because of this bug:
31+
# https://github.com/QubesOS/qubes-issues/issues/9741
32+
33+
sudo dnf install -y keepassxc

0 commit comments

Comments
 (0)