summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgohan.sh1
1 files changed, 1 insertions, 0 deletions
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() {