From 9324e32ad5d0eb3f134e80b18095826903dd79d6 Mon Sep 17 00:00:00 2001 From: Bas Schouten Date: Mon, 22 Apr 2024 07:55:45 +0000 Subject: [PATCH] Add update script. --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..097654a --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#! /bin/bash +git pull +./install.sh -- 2.47.3