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'