From 9d5ffb8b7c3d10f6dd2c22602cb5de73288ab4d9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 4 Feb 2022 17:36:14 -0500 Subject: [PATCH] Update debian.sh --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 9111588..9e3f734 100644 --- a/debian.sh +++ b/debian.sh @@ -1,4 +1,4 @@ #!/bin/bash -sudo apt remove emacs yelp keepassxc thunderbird firefox-esr gedit -y +sudo apt purge emacs yelp keepassxc thunderbird firefox-esr gedit -y sudo apt autoremove -y