diff --git a/install.sh b/install.sh index 516ec94..766714f 100755 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ echo echo "============== CLONING ${green}REPOSITORY${reset} ===================" git clone https://github.coventry.ac.uk/web/Codio-API-Template.git . git remote rm origin -rm -rf install.sh # delete this script so it can't be run from inside the project! +rm -rf install.* # delete this script so it can't be run from inside the project! rm .codio mv codio.json .codio echo