From f492e3be22445d04779000cfdebe949ee2a1352e Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Mon, 19 Jan 2026 20:04:36 +1100 Subject: [PATCH] upadte again --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8ff399e..e88146f 100644 --- a/install.sh +++ b/install.sh @@ -80,11 +80,13 @@ then fi echo "Updating Ground..." git pull -make +make clean +make both sudo make install cd .. echo "Updating Solstice..." cd solstice git pull +make clean make sudo cp solstice /usr/local/bin/solstice