Update install script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
49d3f7f287
commit
308fba0adc
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -116,7 +116,7 @@ SYSTEMD_SERVICES=(
|
|||
# Install package manager and packages #
|
||||
###############################################################################
|
||||
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"
|
||||
is_yay_installed=$(command -v yay)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue