mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2024-10-01 00:55:37 -04:00
5 lines
119 B
Bash
5 lines
119 B
Bash
#!/bin/bash
|
|
|
|
sudo apt purge emacs yelp keepassxc thunderbird firefox-esr gedit gnome-keyring -y
|
|
sudo apt autoremove -y
|