diff --git a/debian-gnome/sys-usb.sh b/debian-gnome/sys-usb.sh index 2714a26..7b200aa 100644 --- a/debian-gnome/sys-usb.sh +++ b/debian-gnome/sys-usb.sh @@ -26,6 +26,6 @@ download() { curl -s --proxy http://127.0.0.1:8082 -L https://github.com/trustcrypto/OnlyKey-App/releases/download/v5.5.0/OnlyKey_5.5.0_amd64.deb -O -sudo apt install gnome-disk-utility ./OnlyKey_5.5.0_amd64.deb +sudo apt install gnome-disk-utility qubes-video-companion ./OnlyKey_5.5.0_amd64.deb sudo systemctl disable --now hide-hardware-info.service \ No newline at end of file diff --git a/dom0.sh b/dom0.sh index eab3aa2..bd32ce9 100644 --- a/dom0.sh +++ b/dom0.sh @@ -20,7 +20,7 @@ set -eu -o pipefail sudo sed -i 's/issue_discards = 0/issue_discards = 1/' /etc/lvm/lvm.conf sudo systemctl enable --now fstrim.timer -sudo qubes-dom0-update anti-evil-maid qubes-ctap-dom0 qt5-qtstyleplugins +sudo qubes-dom0-update anti-evil-maid qubes-ctap-dom0 qubes-video-companion-dom0 qt5-qtstyleplugins # Configure PCRs sudo sed -i 's/ --pcr 19//' /etc/anti-evil-maid.conf diff --git a/fedora-gnome/microsoft-edge.sh b/fedora-gnome/microsoft-edge.sh index 936d14e..f06f6c7 100644 --- a/fedora-gnome/microsoft-edge.sh +++ b/fedora-gnome/microsoft-edge.sh @@ -34,7 +34,7 @@ enabled=1 gpgcheck=1 gpgkey=https://packages.microsoft.com/keys/microsoft.asc' | sudo tee /etc/yum.repos.d/microsoft-edge.repo -sudo dnf install -y microsoft-edge-stable +sudo dnf install -y microsoft-edge-stable qubes-video-companion sudo mkdir -p /etc/opt/edge/policies/managed/ /etc/opt/edge/policies/recommended/ download https://raw.githubusercontent.com/TommyTran732/Microsoft-Edge-Policies/main/Linux/managed.json /etc/opt/edge/policies/managed/managed.json