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

Commit 4a2dc76

Browse files
Conor Schaeferemkll
authored andcommitted
Adds qubes-vm-recommended pkg to template
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.
1 parent ea8926d commit 4a2dc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securedrop-workstation/04_install_qubes_post.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333

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

36-
aptInstall apt-transport-https
36+
aptInstall apt-transport-https qubes-vm-recommended
3737

3838
[ -n "$workstation_repository_suite" ] || workstation_repository_suite="buster"
3939
[ -n "$workstation_signing_key_fingerprint" ] || workstation_signing_key_fingerprint="22245C81E3BAEB4138B36061310F561200F4AD77"

0 commit comments

Comments
 (0)