1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-14 17:21:32 +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

@@ -333,6 +333,7 @@ function installconf {
execl reflector --verbose -l 6 --sort rate --save /etc/pacman.d/mirrorlist
tput setaf 2 ; echo "$(T "Downloading")" ; tput setaf 9
# Reflector and rsync is for updating mirrorlist #
execl pacman -Sy archlinux-keyring #Keyring for avoid fail sig of some packages
execl pacstrap -C pacman.conf /mnt/ base btrfs-progs jkarch-mirrorlist reflector rsync
pacmanerror
mv pacman.conf /mnt/etc/pacman.conf

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