Check for whatsnew files

This commit is contained in:
dmarakom6 2021-07-06 18:49:45 +03:00
parent 5e1adf0476
commit 293520cb1b

View file

@ -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