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