octoprint_deploy icon indicating copy to clipboard operation
octoprint_deploy copied to clipboard

RockyOS 8 Support

Open skl111 opened this issue 1 year ago • 1 comments

Hello I am requesting that Rocky OS 8 support be added!

skl111 avatar Apr 23 '23 06:04 skl111

I got this working by adding the following

dnf install epel-release dnf install python39 python39-devel git gcc-c++ policycoreutils-python-utils

and modifying the deploy script to not install python3 as that reverts python to default 3.6 version.

skl111 avatar Apr 23 '23 10:04 skl111