2023-02-04 18:25:27 -01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
### Error checking added to "lint-trap" section.
|
|
|
|
### Missing files no longer cause builds to fail.
|
|
|
|
|
|
|
|
# Remove software
|
|
|
|
# apt remove -y firefox-esr
|
|
|
|
# apt remove -y termit
|
2023-06-24 22:20:46 +00:00
|
|
|
apt --purge --yes autoremove vim vim-tiny hv3 mpv murrine-themes smplayer smtube audacious screengrab konsole malcontent termit raspi-firmware nvidia*
|
2023-02-04 18:25:27 -01:00
|
|
|
|
|
|
|
# Lowers the footprint in RAM at the small expense of added size to the ISO.
|
|
|
|
update-icon-caches /usr/share/icons/*
|
|
|
|
|
|
|
|
#add flatpak repo to gnome-software
|
|
|
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
|
|
|
|