1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-22 21:49:21 +00:00

Fix missing "}"

This commit is contained in:
Ricardo Bánffy
2025-10-24 16:47:23 +01:00
committed by Paul Koning
parent 26c1c98071
commit 366a79a845

View File

@@ -26,7 +26,7 @@ install_redhat() {
sudo dnf install -y cmake ninja-build which g++
sudo dnf install -y SDL_ttf-devel
sudo dnf install -y freetype-devel
}
install_linux() {
sudo apt-get update -yqqm