Check for whatsnew files
This commit is contained in:
parent
5e1adf0476
commit
293520cb1b
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ else
|
|||
mv bash_update.sh ~/.shellnotes/
|
||||
mv uninstall.sh ~/.shellnotes/
|
||||
mv update.sh ~/.shellnotes/
|
||||
if [ -f ./whatsnew.sh ]; then
|
||||
mv whatsnew.sh ~/.shellnotes/whatsnew.sh
|
||||
mv whatsnew.txt ~/.shellnotes/whatsnew.txt
|
||||
fi
|
||||
rm -rf .gitignore
|
||||
rm -rf ./README.md
|
||||
rm -rf ./SECURITY.md
|
||||
|
|
Loading…
Reference in a new issue