From 39616337c358d33fee20d122bf6c931d062ded3c Mon Sep 17 00:00:00 2001 From: askiiart Date: Thu, 7 Nov 2024 23:37:38 -0600 Subject: [PATCH] Add arch-repo so it works with askiiart-blendos/akshara for details, see line 146 at commit ed115df979 --- blend-inst | 1 + blend-postinst | 1 + 2 files changed, 2 insertions(+) mode change 100755 => 100644 blend-inst mode change 100755 => 100644 blend-postinst diff --git a/blend-inst b/blend-inst old mode 100755 new mode 100644 index cd0177e..427d7c7 --- 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'