5 lines
122 B
Bash
5 lines
122 B
Bash
#!/bin/bash
|
|
|
|
sudo apt purge -y thunderbird emacs firefox* keepassxc cups* vim* system-config-printer*
|
|
sudo apt autoremove
|