git: 9front

Download patch

ref: 8e322e5a5b60c290f6a7cc65f8113bafae36a1e7
parent: 20f516bf800e367dbb3cbec0fc892874b205b625
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Oct 9 19:01:33 EDT 2025

sysupdate: tell people to make sure the permissions on the extracted new repo are correct

--- a/rc/bin/sysupdate
+++ b/rc/bin/sysupdate
@@ -9,6 +9,7 @@
 		echo 'in order to update, run the following commands:'
 		echo '	mkdir /dist/9front && cd /dist/9front && \'
 		echo '	hget https://git.9front.org/static/9front-scrubbed.tar.gz | tar xz'
+		echo '	chmod g+w `{walk /dist/9front}'
 		echo 'once that has been done, you may delete /dist/plan9front.'
 		exit upgrade
 	}
--