diff --git a/fedora/fedora.sh b/fedora/fedora.sh index de49fd4..823ad9a 100644 --- a/fedora/fedora.sh +++ b/fedora/fedora.sh @@ -2,7 +2,7 @@ sudo dnf remove firefox thunderbird totem gnome-remote-desktop gnome-calendar gnome-disk-utility gnome-calculators gnome-weather gnome-contacts gnome-clocks gnome-maps gnome-screenshot gnome-logs gnome-character gnome-font-viewer gnome-color-manager simple-scan keepassxc cheese baobab yelp evince* gedit httpd mozilla* -y sudo dnf autoremove -y -sudo dnf install qubes-u2f qubes-gpg-split arc-theme qt5ct qt5-qtstyleplugins ntfs-3g exfatprogs -y +sudo dnf install qubes-u2f qubes-gpg-split arc-theme qt5ct qt5-qtstyleplugins -y echo "countme=false" | sudo tee -a /etc/dnf/dnf.conf git config --global http.proxy http://127.0.0.1:8082 diff --git a/kicksecure/kicksecure.sh b/kicksecure/kicksecure.sh index e82a5eb..f88e7dd 100644 --- a/kicksecure/kicksecure.sh +++ b/kicksecure/kicksecure.sh @@ -1,10 +1,14 @@ #!/bin/bash #Adding KickSecure's signing key -sudo apt install --no-install-recommends curl -y curl --proxy http://127.0.0.1:8082/ --tlsv1.3 --proto =https --max-time 180 --output ~/derivative.asc https://www.kicksecure.com/derivative.asc sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc echo "deb [signed-by=/usr/share/keyrings/derivative.asc] https://deb.kicksecure.com bullseye main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list +#Debloat +sudo apt purge -y thunderbird emacs emacs-gtk emacs-bin-common emacs-common firefox* keepassxc cups* vim* system-config-printer* xsettingsd xterm* yelp* +sudo apt autoremove -y +sudo apt autoclean + #Distribution morphing sudo apt install --no-install-recommends kicksecure-qubes-cli -y sudo mv /etc/apt/sources.list ~/