7 lines
150 B
Bash
7 lines
150 B
Bash
#!/bin/bash
|
|
|
|
sudo apt purge -y thunderbird emacs firefox* keepassxc cups* vim* system-config-printer*
|
|
sudo apt autoremove
|
|
|
|
sudo apt install arc-theme
|