From 829729aef2597391a92b5a98efa14a3a3c720732 Mon Sep 17 00:00:00 2001 From: Wizzard <25581244+Wizzard@users.noreply.toomuchslop.com> Date: Tue, 11 Jul 2023 19:57:12 -0400 Subject: [PATCH] update script --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..b76da61 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git pull +./uninstall.sh +./install.sh