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