add arch-repo to system_config

this makes it work for blend-inst pull  and akshara pull 
This commit is contained in:
askiiart 2025-04-08 21:20:37 -05:00
parent 3e8f83950d
commit 703dc28274
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 2 additions and 0 deletions

1
blend-inst Executable file → Normal file
View file

@ -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'

1
blend-postinst Executable file → Normal file
View file

@ -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'