diff --git a/install_student.sh b/install_student.sh index 323cabf270a29a8eefcb4b50030082490daeec9d..234ef4e3ab74b83e5426cc9f81e19c8958c412b3 100644 --- a/install_student.sh +++ b/install_student.sh @@ -24,6 +24,9 @@ echo "sh -c '~/.easycom/start.sh' & disown" >> ~/.bashrc echo "export PATH='~/.bin:$PATH'" >> ~/.bashrc +echo "Removing garbage" +rm -rf ~/.easycom-temp + echo echo