[FIX] Update Pacman DB when bootstrapping

This commit is contained in:
Bruno BELANYI 2020-08-22 20:11:40 +02:00
parent 5784a4b213
commit 92533a4e0b

View file

@ -24,7 +24,7 @@ done
# Install pre-requisite packages for installing packages and connecting
prerequisite() {
sudo pacman -S --noconfirm base base-devel git stow mosh jq
sudo pacman -Syu --noconfirm base base-devel git stow mosh jq
}
# Install the yay AUR helper