oop forgot to add -Syu as the pikaur flag

This commit is contained in:
Cameron Miller 2021-12-03 14:09:30 +00:00
parent 718921781f
commit 2cd18f4fdd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 ##"