i cant type lol

This commit is contained in:
askiiart 2025-02-25 13:38:55 -06:00
parent acad61f900
commit 0cdf04d1d9
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -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