remove .gitignore during installation
This commit is contained in:
parent
28eea1c379
commit
c9f9a5cb21
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ else
|
|||
mv bash_update.sh ~/.shellnotes/
|
||||
mv uninstall.sh ~/.shellnotes/
|
||||
mv update.sh ~/.shellnotes/
|
||||
rm -rf .gitignore
|
||||
rm -rf ./README.md
|
||||
rm -rf ./SECURITY.md
|
||||
sudo mkdir /usr/local/man/man1 2>/dev/null
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/zsh
|
||||
|
||||
|
||||
|
||||
#The first line is the user's default shell found during installation process.
|
||||
|
|
Loading…
Reference in a new issue