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

13 lines
284 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
2023-02-23 15:46:01 -01:00
apt --purge --yes autoremove gnome-keyring nvidia-tesla-470-alternative systemsettings imagemagick
2022-07-19 18:52:03 +00:00