The following runtime dependencies are needed to let CRI-O work in conjunction with this bundle:
To install the bundle, run:
$ sudo make install
After that, it should be possible to start CRI-O by executing:
$ sudo systemctl daemon-reload
$ sudo systemctl enable --now crio
To uninstall the bundle, run:
$ sudo make uninstall