add arch-repo to system_config
this makes it work for blend-inst pull #6 and akshara pull #7
This commit is contained in:
parent
3e8f83950d
commit
703dc28274
2 changed files with 2 additions and 0 deletions
1
blend-inst
Executable file → Normal file
1
blend-inst
Executable file → Normal file
|
@ -351,6 +351,7 @@ def inst_akshara(config):
|
||||||
['locale-gen'])
|
['locale-gen'])
|
||||||
|
|
||||||
system_config = {
|
system_config = {
|
||||||
|
'arch-repo': 'https://geo.mirror.pkgbuild.com',
|
||||||
'repo': 'https://pkg-repo.blendos.co',
|
'repo': 'https://pkg-repo.blendos.co',
|
||||||
'impl': 'http://github.com/blend-os/tracks/raw/main',
|
'impl': 'http://github.com/blend-os/tracks/raw/main',
|
||||||
'track': 'default-gnome'
|
'track': 'default-gnome'
|
||||||
|
|
1
blend-postinst
Executable file → Normal file
1
blend-postinst
Executable file → Normal file
|
@ -61,6 +61,7 @@ def mkdir(path):
|
||||||
|
|
||||||
def inst_system_config(config):
|
def inst_system_config(config):
|
||||||
system_config = {
|
system_config = {
|
||||||
|
'arch-repo': 'https://geo.mirror.pkgbuild.com',
|
||||||
'repo': 'https://pkg-repo.blendos.co',
|
'repo': 'https://pkg-repo.blendos.co',
|
||||||
'impl': 'http://github.com/blend-os/tracks/raw/main',
|
'impl': 'http://github.com/blend-os/tracks/raw/main',
|
||||||
'track': 'default-gnome'
|
'track': 'default-gnome'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue