diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 17:52:22 +0000 | 
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 17:52:22 +0000 | 
| commit | 3f411994113139dfda74502ef90301cfaeb5a975 (patch) | |
| tree | 5e51a23ac80c1eac863c882b95d012a7ec36136a /gohan.sh | |
| parent | e2a9e825311b9996d00f7418cdb82e774165f0f3 (diff) | |
Add extra file to clean upversion-1.0.0
Diffstat (limited to 'gohan.sh')
| -rwxr-xr-x | gohan.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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() {  | 
