Update deps.sh
This commit is contained in:
parent
4edbd76c85
commit
2102b01f2d
1 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@ install_osx() {
|
||||||
vde cmake gnu-getopt coreutils
|
vde cmake gnu-getopt coreutils
|
||||||
}
|
}
|
||||||
install_arch() {
|
install_arch() {
|
||||||
sudo pacman -S pkgconf
|
sudo pacman -S --noconfirm pkgconf
|
||||||
sudo pacman -S pcre libpng libedit
|
sudo pacman -S --noconfirm pcre libpng libedit
|
||||||
sudo pacman -S mesa
|
sudo pacman -S --noconfirm mesa
|
||||||
sudo pacman -S libsm
|
sudo pacman -S --noconfirm libsm
|
||||||
sudo -S cmake
|
sudo pacman -S --noconfirm cmake
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue