2023-03-16 10:47:34 -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-03-20 11:07:14 -01:00
|
|
|
apt --purge --yes autoremove nvidia* firmware-nvidia* nftables
|
2023-03-16 10:47:34 -01:00
|
|
|
|
|
|
|
|
|
|
|
|