13 lines
239 B
Plaintext
13 lines
239 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 nvidia* firmware-nvidia*
|
||
|
|
||
|
|
||
|
|