2022-07-19 18:52:03 +00: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-01-19 11:05:14 -01:00
|
|
|
apt --purge --yes autoremove gnome-keyring nvidia-tesla-470-alternative
|
2022-07-19 18:52:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
|