Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Fedora OS Support #59

Merged
merged 3 commits into from
Mar 13, 2023
Merged

Added Fedora OS Support #59

merged 3 commits into from
Mar 13, 2023

Conversation

forkeer
Copy link

@forkeer forkeer commented Mar 11, 2023

No description provided.

Fix Fedora OS
Fix Fedora OS
Added Fedora OS
@forkeer forkeer mentioned this pull request Mar 11, 2023
Copy link
Owner

@alireza0 alireza0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot.

@alireza0 alireza0 merged commit e084518 into alireza0:main Mar 13, 2023
if [[ ${os_version} -le 6 ]]; then
echo -e "${red} Please use CentOS 7 or higher version ${plain}\n" && exit 1
if [[ ${os_version} -le 7 ]]; then
echo -e "${red} Please use CentOS 8 or higher ${plain}\n" && exit 1
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The way that this package is supposed to build, will support centos 7+

if [[ ${os_version} -le 6 ]]; then
LOGE "please use CentOS 7 or higher version! \n" && exit 1
if [[ ${os_version} -le 7 ]]; then
echo -e "${red} Please use CentOS 8 or higher ${plain}\n" && exit 1
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The way that this package is supposed to build, will support centos 7+

@alireza0
Copy link
Owner

alireza0 commented Mar 13, 2023

@forkeer
Merge but reverted!
Please check if it supports lower version of fedora.
Thanks again

@forkeer
Copy link
Author

forkeer commented Mar 14, 2023

Hi
Fixed

#60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants