Browse Source

name changes

master
Erik Dubois 4 years ago
parent
commit
1c6ace4212
  1. 2
      1-get-all-alci-gits-at-once.sh
  2. 2
      README.md
  3. 2
      archiso/pacman.conf
  4. 4
      keys-and-mirrors/1-get-arcolinux-keys-and-mirrors.sh

2
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 "#################################################"

2
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

2
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

4
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

Loading…
Cancel
Save