commit 5787e59
chld
·
2026-09-12 23:57:57 +0000 UTC
parent f10b70b
dont clone /ports, make it up to the user
1 files changed,
+1,
-2
M
main.scm
M
main.scm
+1,
-2
1@@ -65,8 +65,7 @@
2 (n 0)
3 )
4 (unless (= n (length s))
5- (if (not (file-exists? (format #f "~a/.git/" (list-ref s n))))
6- (system* "git" "clone" "https://codeberg.org/derivelinux/ports.git" s)
7+ (when (file-exists? (format #f "~a/.git/" (list-ref s n)))
8 (begin
9 (chdir (list-ref s n))
10 (system* "git" "pull")