first commit
This commit is contained in:
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Qubes OS
|
||||
|
||||
* template-pi.sh : Default template post-installation script
|
||||
18
template-pi.sh
Normal file
18
template-pi.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Localization
|
||||
sudo dnf install langpacks-en langpacks-fr
|
||||
localectl set-locale fr_FR.UTF-8
|
||||
|
||||
# Ad Blocker
|
||||
sudo dnf install mozilla-ublock-origin
|
||||
|
||||
# Codecs
|
||||
sudo dnf --enablerepo=rpmfusion-free --enablerepo=rpmfusion-free-updates --enablerepo=rpmfusion-nonfree --enablerepo=rpmfusion-nonfree-updates install ffmpeg --allowerasing
|
||||
|
||||
# MPV
|
||||
sudo dnf install mpv
|
||||
sudo echo -e "# Qubes performance settings\nprofile=sw-fast\nvo=x11\n" > /etc/mpv/mpv.conf
|
||||
|
||||
# Software
|
||||
sudo dnf install gimp inkscape libreoffice qbittorrent
|
||||
Reference in New Issue
Block a user