From 016add5ee52d028dd3714bba6dad86e3eb29de61 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 7 Feb 2021 16:40:07 +0100 Subject: [PATCH] Make upgrades easier --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 75216e9..c43081c 100644 --- a/install.sh +++ b/install.sh @@ -11,6 +11,7 @@ fi apt update && apt install -y git wine setserial tlp systemctl enable tlp --now cd /opt/ +rm -r $GIT_NAME git clone $GIT_REPO cd $GIT_NAME