5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/bash
|
|
|
|
sudo apt remove emacs yelp keepassxc thunderbird firefox-esr gedit -y
|
|
sudo apt autoremove -y
|