Add missing gschema.override file, add groupinstall scripts to install devel-tools

This commit is contained in:
badblocks 2024-11-13 21:22:10 -08:00
parent 345abed5d8
commit aa7e174823
No known key found for this signature in database
4 changed files with 60 additions and 3 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh
set -oex pipefail
set +u
dnf groupinstall "C Development Tools and Libraries" "Development Tools"