From 1c6ace4212080aa8df94130840b697797a993cef Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Wed, 10 Feb 2021 10:29:22 +0100 Subject: [PATCH] name changes --- 1-get-all-alci-gits-at-once.sh | 2 +- README.md | 2 +- archiso/pacman.conf | 2 +- keys-and-mirrors/1-get-arcolinux-keys-and-mirrors.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/1-get-all-alci-gits-at-once.sh b/1-get-all-alci-gits-at-once.sh index 2d61870..e2a4ea1 100755 --- a/1-get-all-alci-gits-at-once.sh +++ b/1-get-all-alci-gits-at-once.sh @@ -36,7 +36,7 @@ for name in "${directories[@]}"; do count=$[count+1] tput setaf 1;echo "Github "$count;tput sgr0; # if there is no folder then make one - git clone https://github.com/arcolinuxiso/$name + git clone https://github.com/arch-linux-calamares-installer/$name echo "#################################################" echo "################ "$(basename `pwd`)" done" echo "#################################################" diff --git a/README.md b/README.md index d35cc00..939302a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Use the correct version of Archiso to build the iso. Download the content of the github with (use the terminal) -`git clone https://github.com/arcolinuxiso/alci-iso` +`git clone https://github.com/arch-linux-calamares-installer/alci-iso` # Pacman.conf in archiso folder diff --git a/archiso/pacman.conf b/archiso/pacman.conf index 448bb5b..24e149f 100644 --- a/archiso/pacman.conf +++ b/archiso/pacman.conf @@ -119,7 +119,7 @@ Include = /etc/pacman.d/mirrorlist [alci_repo] SigLevel = Optional TrustedOnly -Server = https://arcolinuxiso.github.io/$repo/$arch +Server = https://arch-linux-calamares-installer.github.io/$repo/$arch #you can create packages and put them on your local repo #change erik to your own username diff --git a/keys-and-mirrors/1-get-arcolinux-keys-and-mirrors.sh b/keys-and-mirrors/1-get-arcolinux-keys-and-mirrors.sh index 15b9728..0c03ca8 100755 --- a/keys-and-mirrors/1-get-arcolinux-keys-and-mirrors.sh +++ b/keys-and-mirrors/1-get-arcolinux-keys-and-mirrors.sh @@ -24,14 +24,14 @@ # ################################################################################################################## -source="https://github.com/arcolinuxiso/alci_repo/raw/master/x86_64/arcolinux-keyring-20230919-6-any.pkg.tar.zst" +source="https://github.com/arch-linux-calamares-installer/alci_repo/raw/master/x86_64/arcolinux-keyring-20230919-6-any.pkg.tar.zst" name="arcolinux-keyring-20230919-6-any.pkg.tar.zst" wget $source -O /tmp/$name sudo pacman -U /tmp/$name --noconfirm --needed -source="https://github.com/arcolinuxiso/alci_repo/raw/master/x86_64/arcolinux-mirrorlist-git-21.01-1-any.pkg.tar.zst" +source="https://github.com/arch-linux-calamares-installer/alci_repo/raw/master/x86_64/arcolinux-mirrorlist-git-21.01-1-any.pkg.tar.zst" name="arcolinux-mirrorlist-git-21.01-1-any.pkg.tar.zst" wget $source -O /tmp/$name