fix(archlinux): keyring update function (#11607)

master
deimosian 3 years ago committed by GitHub
parent ad99f0c164
commit 90ec2d1a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/archlinux/archlinux.plugin.zsh

@ -186,7 +186,7 @@ function upgrade() {
if [ $installedver != $currentver ]; then
echo "[oh-my-zsh] Arch Linux PGP Keyring is out of date."
echo "[oh-my-zsh] Updating before full system upgrade."
sudo pacman -Syu --needed --noconfirm archlinux-keyring
sudo pacman -Sy --needed --noconfirm archlinux-keyring
else
echo "[oh-my-zsh] Arch Linux PGP Keyring is up to date."
fi

Loading…
Cancel
Save