mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-28 10:42:22 -04:00
Fix umask for hardened-chromium script
This commit is contained in:
parent
03b5249c63
commit
a20b69f516
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ download() {
|
|||
sudo https_proxy=127.0.0.1:8082 dnf copr enable secureblue/hardened-chromium -y
|
||||
sudo dnf install -y hardened-chromium
|
||||
|
||||
umask 022
|
||||
|
||||
# Workaround for this problem: https://forum.qubes-os.org/t/upgraded-to-4-2-and-audio-no-longer-works/23130/60
|
||||
sudo dnf install -y pulseaudio-utils
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue