added firefox config and tainted repos
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
sudo dnf install langpacks-en langpacks-fr
|
||||
localectl set-locale fr_FR.UTF-8
|
||||
|
||||
# Ad Blocker
|
||||
sudo dnf install mozilla-ublock-origin
|
||||
|
||||
# RPM Fusion
|
||||
sudo dnf config-manager setopt rpmfusion-free.enabled=1
|
||||
sudo dnf config-manager setopt rpmfusion-free-updates.enabled=1
|
||||
@@ -14,13 +11,23 @@ sudo dnf config-manager setopt rpmfusion-nonfree.enabled=1
|
||||
sudo dnf config-manager setopt rpmfusion-nonfree-updates.enabled=1
|
||||
sudo dnf upgrade --refresh
|
||||
|
||||
# RPM Fusion Tainted repos
|
||||
sudo dnf install rpmfusion-free-release-tainted rpmfusion-nonfree-release-tainted
|
||||
|
||||
# Ad Blocker
|
||||
sudo dnf install mozilla-ublock-origin
|
||||
|
||||
# Codecs
|
||||
sudo dnf install ffmpeg --allowerasing
|
||||
|
||||
# MPV
|
||||
sudo dnf install mpv
|
||||
sudo mkdir -p /rw/usrlocal/etc/mpv
|
||||
echo -e "# Qubes performance settings\nprofile=sw-fast\nvo=x11\n" | sudo tee /rw/usrlocal/etc/mpv/mpv.conf
|
||||
sudo cp mpv.conf /rw/usrlocal/etc/mpv/
|
||||
|
||||
# Firefox configuration
|
||||
sudo mkdir -p /rw/usrlocal/etc/firefox/policies
|
||||
sudo cp policies.json /rw/usrlocal/etc/firefox/policie/
|
||||
|
||||
# Software
|
||||
sudo dnf install gimp inkscape libreoffice qbittorrent
|
||||
|
||||
Reference in New Issue
Block a user