From 10579893f97a1f816d2b893f08bed1f470deecfe Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Thu, 5 Sep 2024 17:14:19 +0330 Subject: [PATCH] trying again --- build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.sh b/build.sh index 9ecadcb..c94473d 100755 --- a/build.sh +++ b/build.sh @@ -33,7 +33,6 @@ main() { install echo -e "$Blue### Install complete ###$reset" echo -e "$Green### Start build $reponame with archiso ###$reset" - change_mirror build fi else @@ -48,10 +47,6 @@ install() { pacman -Sy; pacman --noconfirm -S --needed git archiso github-cli p7zip reflector rsync } -change_mirror() { - rm -rf /etc/pacman.d/mirrorlist - echo "Server = http://repo.flossir.org/repository/arch/\$repo/os/\$arch" | sudo tee -a /etc/pacman.d/mirrorlist -} build() { set -e