name changes
This commit is contained in:
parent
f2ae7a29de
commit
1c6ace4212
4 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ for name in "${directories[@]}"; do
|
||||||
count=$[count+1]
|
count=$[count+1]
|
||||||
tput setaf 1;echo "Github "$count;tput sgr0;
|
tput setaf 1;echo "Github "$count;tput sgr0;
|
||||||
# if there is no folder then make one
|
# 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 "#################################################"
|
||||||
echo "################ "$(basename `pwd`)" done"
|
echo "################ "$(basename `pwd`)" done"
|
||||||
echo "#################################################"
|
echo "#################################################"
|
||||||
|
|
|
@ -8,7 +8,7 @@ Use the correct version of Archiso to build the iso.
|
||||||
|
|
||||||
Download the content of the github with (use the terminal)
|
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
|
# Pacman.conf in archiso folder
|
||||||
|
|
||||||
|
|
|
@ -119,7 +119,7 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[alci_repo]
|
[alci_repo]
|
||||||
SigLevel = Optional TrustedOnly
|
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
|
#you can create packages and put them on your local repo
|
||||||
#change erik to your own username
|
#change erik to your own username
|
||||||
|
|
|
@ -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"
|
name="arcolinux-keyring-20230919-6-any.pkg.tar.zst"
|
||||||
|
|
||||||
wget $source -O /tmp/$name
|
wget $source -O /tmp/$name
|
||||||
sudo pacman -U /tmp/$name --noconfirm --needed
|
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"
|
name="arcolinux-mirrorlist-git-21.01-1-any.pkg.tar.zst"
|
||||||
|
|
||||||
wget $source -O /tmp/$name
|
wget $source -O /tmp/$name
|
||||||
|
|
Loading…
Reference in a new issue