paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
390 stars 39 forks source link

RockyOS 8 Support #78

Open skl111 opened 1 year ago

skl111 commented 1 year ago

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

skl111 commented 1 year ago

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.