Merge pull request from askiiart/add-arch-repo-for-akshara

Adds arch-repo to system conig
This commit is contained in:
Asterisk 2025-04-08 22:37:31 -04:00 committed by GitHub
commit 1c05d0fb38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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'