commit 23bd097

chld  ·  2026-09-12 03:54:49 +0000 UTC
parent bdac76c
updating
1 files changed,  +11, -1
+11, -1
 1@@ -36,7 +36,17 @@
 2 
 3     (case (string-ref c n)
 4       ((#\u)
 5-       (msg "syncing")
 6+       (let (
 7+	     (s "/ports-dull")
 8+	     )
 9+	 (if (not (file-exists? s))
10+	     (system* "git" "clone" "https://codeberg.org/derivelinux/ports.git" s)
11+	     (begin
12+	       (chdir s)
13+	       (system* "git" "pull")
14+	       )
15+	     )
16+	 )
17        )
18       ((#\b)
19        (build-pkg pkg)