mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 10:41:32 +01:00
fix jkarch-mirrorlist
This commit is contained in:
@@ -416,10 +416,11 @@ function installconf {
|
|||||||
isanetworkerror # Comprueba si hubo un error de descarga
|
isanetworkerror # Comprueba si hubo un error de descarga
|
||||||
tput setaf 2 ; echo "$(T "Downloading")" ; tput setaf 9
|
tput setaf 2 ; echo "$(T "Downloading")" ; tput setaf 9
|
||||||
# Reflector and rsync is for updating mirrorlist #
|
# Reflector and rsync is for updating mirrorlist #
|
||||||
execl pacman -Sy archlinux-keyring --noconfirm #Keyring for avoid fail sig of some packages
|
execl pacstrap -C pacman.conf /mnt/ base reflector rsync dosfstools ntfs-3g btrfs-progs exfat-utils #Install base and disk format drivers
|
||||||
execl pacstrap -C pacman.conf /mnt/ base jkarch-mirrorlist reflector rsync dosfstools ntfs-3g btrfs-progs exfat-utils #Install base and disk format drivers
|
|
||||||
pacmanerror
|
pacmanerror
|
||||||
|
#JKArch Mirrorlist
|
||||||
mv pacman.conf /mnt/etc/pacman.conf
|
mv pacman.conf /mnt/etc/pacman.conf
|
||||||
|
wget -nv https://mirror.jkanetwork.com/Arch-repository/jkarch-mirrorlist -O /mnt/etc/pacman.d/jkarch-mirrorlist
|
||||||
|
|
||||||
# Create fstab
|
# Create fstab
|
||||||
execl genfstab -U /mnt > /mnt/etc/fstab
|
execl genfstab -U /mnt > /mnt/etc/fstab
|
||||||
|
|||||||
Reference in New Issue
Block a user