mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-21 17:31:34 -05:00
Fix umask for hardened-chromium script
This commit is contained in:
parent
03b5249c63
commit
a20b69f516
@ -27,6 +27,8 @@ download() {
|
|||||||
sudo https_proxy=127.0.0.1:8082 dnf copr enable secureblue/hardened-chromium -y
|
sudo https_proxy=127.0.0.1:8082 dnf copr enable secureblue/hardened-chromium -y
|
||||||
sudo dnf install -y hardened-chromium
|
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
|
# 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
|
sudo dnf install -y pulseaudio-utils
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user