mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-14 17:21:32 +01:00
FIX KEYRING
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user