From 88b781d52de848ad63dc87422874d6fad38fa4b6 Mon Sep 17 00:00:00 2001 From: Lazr <68634861+Lazr1026@users.noreply.github.com> Date: Tue, 9 Feb 2021 20:14:47 -0800 Subject: [PATCH] Update update.sh --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)