From c55399f09e4c219101fa6431ca1f6d23e764f082 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Sat, 17 Dec 2022 23:25:23 -0700 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 004c8b9..5cb1eb7 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ # See: Dockerfile UID=431 -GID=431 +GID=402 # Grab origin ORIGIN=`git remote get-url origin`