trying again
This commit is contained in:
parent
04c3084b5e
commit
10579893f9
1 changed files with 0 additions and 5 deletions
5
build.sh
5
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
|
||||
|
|
Loading…
Add table
Reference in a new issue