distributions icon indicating copy to clipboard operation
distributions copied to clipboard

Update _setup.sh - Support for ClearOS

Open marcnewton opened this issue 6 years ago • 1 comments

closes #631

ClearOS is a build of CentOS 7

rpm -q --whatprovides centos-release returns appropriate string to parse for version check.

marcnewton avatar Jan 31 '19 08:01 marcnewton

On line 255 of this script there is a check for Supported distribution.

exec_cmd_nobail "curl -sLf -o /dev/null '${RELEASE_URL}'"
RC=$?

How to add clearos to the supported list, is this handled by rpm/test.sh?

Distribution is identified as "clearos-release-7-5.5.v7.x86_64".

marcnewton avatar Jan 31 '19 08:01 marcnewton

This issue is resolved with our new repository. More information can be found here.

JesusPaz avatar Aug 29 '23 19:08 JesusPaz