From 703dc2827410be97d3036d29b56cf796f62fce71 Mon Sep 17 00:00:00 2001
From: askiiart <dev@askiiart.net>
Date: Tue, 8 Apr 2025 21:20:37 -0500
Subject: [PATCH] add arch-repo to system_config

this makes it work for blend-inst pull #6 and akshara pull #7
---
 blend-inst     | 1 +
 blend-postinst | 1 +
 2 files changed, 2 insertions(+)
 mode change 100755 => 100644 blend-inst
 mode change 100755 => 100644 blend-postinst

diff --git a/blend-inst b/blend-inst
old mode 100755
new mode 100644
index d95cd10..90dcbac
--- a/blend-inst
+++ b/blend-inst
@@ -351,6 +351,7 @@ def inst_akshara(config):
         ['locale-gen'])
 
     system_config = {
+        'arch-repo': 'https://geo.mirror.pkgbuild.com',
         'repo': 'https://pkg-repo.blendos.co',
         'impl': 'http://github.com/blend-os/tracks/raw/main',
         'track': 'default-gnome'
diff --git a/blend-postinst b/blend-postinst
old mode 100755
new mode 100644
index fd09921..c7538c0
--- a/blend-postinst
+++ b/blend-postinst
@@ -61,6 +61,7 @@ def mkdir(path):
 
 def inst_system_config(config):
     system_config = {
+        'arch-repo': 'https://geo.mirror.pkgbuild.com',
         'repo': 'https://pkg-repo.blendos.co',
         'impl': 'http://github.com/blend-os/tracks/raw/main',
         'track': 'default-gnome'