diff --git a/install.sh b/install.sh index 05a548b..ae00d0c 100644 --- a/install.sh +++ b/install.sh @@ -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