Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Adds qubes-vm-recommended pkg to template
Browse files Browse the repository at this point in the history
Due to a regression with sudo password handling, we now explicitly pull
in the `qubes-vm-recommended` package, which pulls in
`qubes-core-agent-passwordless-root` via dependencies. This is a
quick fix, and we should investigate the upstream builder logic more
deeply to resolve fully.
  • Loading branch information
Conor Schaefer committed Jun 29, 2020
1 parent 8cce803 commit db84d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop-workstation/04_install_qubes_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

mount --bind /dev "${INSTALLDIR}/dev"

aptInstall apt-transport-https
aptInstall apt-transport-https qubes-vm-recommended

[ -n "$workstation_repository_suite" ] || workstation_repository_suite="buster"
[ -n "$workstation_signing_key_fingerprint" ] || workstation_signing_key_fingerprint="22245C81E3BAEB4138B36061310F561200F4AD77"
Expand Down

0 comments on commit db84d7f

Please sign in to comment.