1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 09:41:31 +01:00

FIX KEYRING

This commit is contained in:
kprkpr
2017-01-14 13:35:55 +01:00
parent e581fe1e1c
commit 6c888138f2
2 changed files with 2 additions and 0 deletions

View File

@@ -329,6 +329,7 @@ if [[ $isoffline = "0" ]];then
tput setaf 2 ; echo "$(T "Optimizing download")" ; tput setaf 9
execl reflector --verbose -l 6 --sort rate --save /etc/pacman.d/mirrorlist
tput setaf 2 ; echo "$(T "Downloading")" ; tput setaf 9
execl pacman -Sy archlinux-keyring #Keyring update before download
execl pacstrap -C pacman.conf /mnt/ base btrfs-progs jkarch-mirrorlist
pacmanerror
mv pacman.conf /mnt/etc/pacman.conf