summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2023-12-30 17:52:22 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2023-12-30 17:52:22 +0000
commit3f411994113139dfda74502ef90301cfaeb5a975 (patch)
tree5e51a23ac80c1eac863c882b95d012a7ec36136a
parente2a9e825311b9996d00f7418cdb82e774165f0f3 (diff)
Add extra file to clean upversion-1.0.0
-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() {