-
Notifications
You must be signed in to change notification settings - Fork 390
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
version and root check #326
Conversation
Why do you need to check if the user is root? |
To allow installing the dependencies most likely. |
Package managers need root permission. |
else | ||
echo "Looks like you aren't running this installer on a Debian, Ubuntu, Fedora, CentOS, Arch Linux system." | ||
exit 1 | ||
echo "Did not unistall jq as it was preinstalled before running this script." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Did not uninstall jq ..."
else | ||
echo "Looks like you aren't running this installer on a Debian, Ubuntu, Fedora, CentOS, Arch Linux system." | ||
exit 1 | ||
echo "Did not unistall jq as it was preinstalled before running this script." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Did not uninstall jq..."
I decided to do that, and I fixed the checking for python and jq. @ThioJoe Please update Linux Installation Instructions Step No.3 to |
Ok done |
Type of change
Please delete options that are not relevant.
Checklist: