MRTestRepo/pephooks/normal/0520-removeapps.hook.chroot

13 lines
257 B
Plaintext
Raw Normal View History

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