--- buildman/install	2025/01/21 20:59:13	1.5
+++ buildman/install	2025/01/21 22:31:15	1.8
@@ -18,11 +18,11 @@
 
 PROGN=`basename $0`
 
-if [ $UID -ne 0 ]
-then
-    echo "$PROGN error:  must run as root"
-    exit 1
-fi
+#if [ "$UID" != "0" ]
+#then
+#    echo "$PROGN error:  must run as root"
+#    exit 1
+#fi
 
 TARGET="client"
 TUSER="build:6000"