From 198d70ab85ddb0b58a3918a39d3d6039b883bec7 Mon Sep 17 00:00:00 2001 From: yangniao23 Date: Wed, 23 Sep 2020 21:54:40 +0900 Subject: [PATCH] =?utf8?q?Update:=20-Sy(y)u=E3=82=92-Sy(y)=E3=81=AB?= =?utf8?q?=E7=BD=AE=E3=81=8D=E6=8F=9B=E3=81=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/keyring.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/keyring.sh b/tools/keyring.sh index 393fedb6..e6e40334 100755 --- a/tools/keyring.sh +++ b/tools/keyring.sh @@ -172,7 +172,7 @@ prepare() { fi pacman -Sc --noconfirm > /dev/null 2>&1 - pacman -Syyu + pacman -Syy } @@ -180,7 +180,7 @@ update_arch_key() { pacman-key --refresh-keys pacman-key --init pacman-key --populate archlinux - pacman -Syu --noconfirm core/archlinux-keyring + pacman -Sy --noconfirm core/archlinux-keyring pacman-key --init pacman-key --populate archlinux } @@ -192,7 +192,7 @@ update_alter_key() { rm -f "/tmp/fascode.pub" pacman-key --lsign-key development@fascode.net - pacman --config "${alter_pacman_conf_x86_64}" -Syu --noconfirm alter-stable/alterlinux-keyring + pacman --config "${alter_pacman_conf_x86_64}" -Sy --noconfirm alter-stable/alterlinux-keyring pacman-key --init pacman-key --populate alterlinux -- 2.11.0