Unverified Commit 90ec2d1a authored by deimosian's avatar deimosian Committed by GitHub

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

parent ad99f0c1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment