mirror of
https://github.com/open-simh/simh.git
synced 2026-03-03 10:23:14 +00:00
Update deps.sh
Changed "arch" to "arch-linux"
This commit is contained in:
committed by
Paul Koning
parent
2102b01f2d
commit
8c1fb2ea3a
@@ -5,7 +5,7 @@ install_osx() {
|
||||
brew install pkg-config pcre libpng libedit sdl2 freetype2 sdl2_ttf \
|
||||
vde cmake gnu-getopt coreutils
|
||||
}
|
||||
install_arch() {
|
||||
install_arch-linux() {
|
||||
sudo pacman -S --noconfirm pkgconf
|
||||
sudo pacman -S --noconfirm pcre libpng libedit
|
||||
sudo pacman -S --noconfirm mesa
|
||||
@@ -65,11 +65,11 @@ install_clang64() {
|
||||
|
||||
|
||||
case "$1" in
|
||||
osx|arch|linux|mingw64|ucrt64|clang64)
|
||||
osx|arch-linux|linux|mingw64|ucrt64|clang64)
|
||||
install_"$1"
|
||||
;;
|
||||
*)
|
||||
echo "$0: Need an operating system name: osx, arch, linux, mingw64 or ucrt64"
|
||||
echo "$0: Need an operating system name: osx, arch-linux, linux, mingw64 or ucrt64"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user