Add arch-repo so it works with askiiart-blendos/akshara
for details, see line 146 at commit ed115df979
This commit is contained in:
parent
e9ddac26dd
commit
39616337c3
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'])
|
||||
|
||||
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
1
blend-postinst
Executable file → Normal 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'
|
||||
|
|
Loading…
Reference in a new issue