Update install script

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-28 15:24:39 +02:00
parent 49d3f7f287
commit 308fba0adc
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -116,7 +116,7 @@ SYSTEMD_SERVICES=(
# Install package manager and packages # # Install package manager and packages #
############################################################################### ###############################################################################
print_section "Installing package requirements" print_section "Installing package requirements"
sudo pacman -S git base-devel --noconfirm --needed sudo pacman -S sudo ccache git base-devel --noconfirm --needed
print_section "Installing yay" print_section "Installing yay"
is_yay_installed=$(command -v yay) is_yay_installed=$(command -v yay)