updating nomorenumbers to override math test

This commit is contained in:
Pin
2025-02-15 09:39:55 -05:00
parent d19edeabcd
commit 353e7d599e
2 changed files with 10 additions and 1 deletions

View File

@@ -8,3 +8,8 @@ make
make install
```
## Static Build on Rocky 8
```
dnf --enablerepo=devel install -y glibc-static readline-static
```