diff --git a/update.sh b/update.sh index 1bec8cd..675eeed 100644 --- a/update.sh +++ b/update.sh @@ -1,4 +1,5 @@ #!/bin/bash -git reset #this is not a very elegant or perfect way to do it, but I suck at Git and also do not care git pull python3 sans.py + +#props to radeon for the original script (still pinned btw)