mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-14 09:11:31 +01:00
better
This commit is contained in:
@@ -417,11 +417,9 @@ function installconf {
|
|||||||
wget -nv https://mirror.jkanetwork.com/Arch-repository/jkarch-mirrorlist -O /etc/pacman.d/jkarch-mirrorlist
|
wget -nv https://mirror.jkanetwork.com/Arch-repository/jkarch-mirrorlist -O /etc/pacman.d/jkarch-mirrorlist
|
||||||
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 #
|
#Install base and disk format drivers. Reflector and rsync is for updating mirrorlist later
|
||||||
execl pacstrap -C pacman.conf /mnt/ base jkarch-mirrorlist 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
|
||||||
pause
|
|
||||||
pacmanerror
|
pacmanerror
|
||||||
#mv pacman.conf /mnt/etc/pacman.conf
|
|
||||||
|
|
||||||
# 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