mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 09:41:31 +01:00
fixes
This commit is contained in:
@@ -413,15 +413,15 @@ function installconf {
|
||||
|
||||
# Download or install base system.
|
||||
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/installer/pacman.conf -O pacman.conf
|
||||
#JKArch Mirrorlist needed
|
||||
wget -nv https://mirror.jkanetwork.com/Arch-repository/jkarch-mirrorlist -O /etc/pacman.d/jkarch-mirrorlist
|
||||
isanetworkerror # Comprueba si hubo un error de descarga
|
||||
tput setaf 2 ; echo "$(T "Downloading")" ; tput setaf 9
|
||||
# Reflector and rsync is for updating mirrorlist #
|
||||
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
|
||||
pause
|
||||
pacmanerror
|
||||
#JKArch Mirrorlist
|
||||
mv pacman.conf /mnt/etc/pacman.conf
|
||||
wget -nv https://mirror.jkanetwork.com/Arch-repository/jkarch-mirrorlist -O /mnt/etc/pacman.d/jkarch-mirrorlist
|
||||
#mv pacman.conf /mnt/etc/pacman.conf
|
||||
|
||||
# Create fstab
|
||||
execl genfstab -U /mnt > /mnt/etc/fstab
|
||||
|
||||
Reference in New Issue
Block a user