From 8e1599480af3f88692ec197c5fa91dee3d68ab64 Mon Sep 17 00:00:00 2001 From: Ethan Robert <ethan.rbrt90@gmail.com> Date: Wed, 26 Feb 2025 16:53:36 +0100 Subject: [PATCH] Forgot thing in student install script --- install_student.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install_student.sh b/install_student.sh index 323cabf..234ef4e 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 -- GitLab