From 38ebf64b07f99de9464905ee5f8aaee1148b6a4f Mon Sep 17 00:00:00 2001
From: Timmy Keller <tjk@tjkeller.xyz>
Date: Thu, 7 Jul 2022 15:55:54 -0500
Subject: tons of changes from when website was down

---
 sync/pull | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sync')

diff --git a/sync/pull b/sync/pull
index 06cf145..f52ec5e 100755
--- a/sync/pull
+++ b/sync/pull
@@ -31,7 +31,7 @@ pullrepo() {
 makerepo() {
 	if echo "$opts" | grep '\-b'; then
 		printmakemsg
-		doas make clean install \
+		${SUDO:-sudo} make clean install \
 		&& printmakesuccess || printmakeerror
 	fi
 }
-- 
cgit v1.2.3