From 3f411994113139dfda74502ef90301cfaeb5a975 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 30 Dec 2023 17:52:22 +0000 Subject: Add extra file to clean up --- gohan.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gohan.sh b/gohan.sh index 9f6acf4..6c4b19e 100755 --- a/gohan.sh +++ b/gohan.sh @@ -139,6 +139,7 @@ clean_user_home_directory() { [ -f "/home/$name/.bash_logout" ] && rm /home/$name/.bash_logout [ -f "/home/$name/.bash_profile" ] && rm /home/$name/.bash_profile [ -f "/home/$name/.bashrc" ] && rm /home/$name/.bashrc + [ -f "/home/$name/.wget-hsts" ] && rm /home/$name/.wget-hsts } install_yay() { -- cgit v1.2.3-13-gbd6f