13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
|
#!/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
|
||
|
apt --purge --yes autoremove gnome-keyring nvidia-tesla-470-alternative systemsettings imagemagick
|
||
|
|
||
|
|
||
|
|