remove .gitignore during installation

This commit is contained in:
dmarakom6 2021-04-22 13:54:24 +03:00
parent 28eea1c379
commit c9f9a5cb21
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ else
mv bash_update.sh ~/.shellnotes/ mv bash_update.sh ~/.shellnotes/
mv uninstall.sh ~/.shellnotes/ mv uninstall.sh ~/.shellnotes/
mv update.sh ~/.shellnotes/ mv update.sh ~/.shellnotes/
rm -rf .gitignore
rm -rf ./README.md rm -rf ./README.md
rm -rf ./SECURITY.md rm -rf ./SECURITY.md
sudo mkdir /usr/local/man/man1 2>/dev/null sudo mkdir /usr/local/man/man1 2>/dev/null

View file

@ -1,4 +1,4 @@
#!/bin/zsh
#The first line is the user's default shell found during installation process. #The first line is the user's default shell found during installation process.