From 0cdf04d1d9b47416002d446378b1dd2fd8aa1e34 Mon Sep 17 00:00:00 2001 From: askiiart <dev@askiiart.net> Date: Tue, 25 Feb 2025 13:38:55 -0600 Subject: [PATCH] i cant type lol --- compilation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilation.sh b/compilation.sh index 2f45d00..26fabcf 100755 --- a/compilation.sh +++ b/compilation.sh @@ -20,7 +20,7 @@ if grep -q $version $version_file; then exit fi # get build deps -cmake g++ +dnf install cmake g++ -y # get submodules git submodule update --init --depth 1