oop forgot to add -Syu as the pikaur flag
This commit is contained in:
parent
718921781f
commit
2cd18f4fdd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 ##"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user