From 2cd18f4fddbfe8f13543c312ad5eedf7570140f5 Mon Sep 17 00:00:00 2001 From: Cameron Miller Date: Fri, 3 Dec 2021 14:09:30 +0000 Subject: [PATCH] oop forgot to add -Syu as the pikaur flag --- README.org | 2 +- cbsh_arch.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 567b5a3..4904012 100644 --- a/README.org +++ b/README.org @@ -172,7 +172,7 @@ All packages listed are either in the standard Arch Repos or in my CBSH repos. t sudo pacman --needed --ask 4 -Syu - < pkglist.txt # Now that pikaur is installed, we can sync the AUR and install some needed packages (Nerd Fonts) from there. -pikaur -S nerd-fonts-source-code-pro nerd-fonts-fira-code pa-applet-git +pikaur -Syu nerd-fonts-source-code-pro nerd-fonts-fira-code pa-applet-git #+end_src * Copying over the configs from /etc/cbsh to $HOME diff --git a/cbsh_arch.sh b/cbsh_arch.sh index 1a490e3..8563ac9 100755 --- a/cbsh_arch.sh +++ b/cbsh_arch.sh @@ -60,7 +60,7 @@ addkeyservers || err "Error adding the Keyservers to /etc/pacman.d/gnupg/gpg.con sudo pacman --needed --ask 4 -Syu - < pkglist.txt # Now that pikaur is installed, we can sync the AUR and install some needed packages (Nerd Fonts) from there. -pikaur -S nerd-fonts-source-code-pro nerd-fonts-fira-code pa-applet-git +pikaur -Syu nerd-fonts-source-code-pro nerd-fonts-fira-code pa-applet-git echo "#########################################################" echo "## Copying the config files from /etc/cbsh into \$HOME ##"