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-25 18:13:18 +00:00
|
|
|
apt --purge --yes autoremove vim vim-tiny nautilus hv3 mpv murrine-themes smplayer deluge picom gnome-calculator konsole malcontent termit raspi-firmware systemsettings 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
|
2023-06-25 15:51:32 +00:00
|
|
|
|
|
|
|
#add-architecture i386
|
|
|
|
dpkg --add-architecture i386
|