-
Notifications
You must be signed in to change notification settings - Fork 66
can't install on old fedora #384
Copy link
Copy link
Open
Labels
bugThis issue describes a defect or unexpected behaviorThis issue describes a defect or unexpected behaviorduplicateThis issue is already captured by another issueThis issue is already captured by another issue
Metadata
Metadata
Assignees
Labels
bugThis issue describes a defect or unexpected behaviorThis issue describes a defect or unexpected behaviorduplicateThis issue is already captured by another issueThis issue is already captured by another issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
No status
can't install on Fedora (pretty old one (35), but still)
I am missing the
shasumbinary that's required by the installation script. I havesha1sumbinary present, but it has slightly different contract, so that even if I alias or symlink the shasum -> sha1sum, it can't pass the followin check:(which is present in your install script)
sha1sum uses either
sha1sum --versionorsha1sum --vI'd contribute and make the script working, but it can't be found in this repo.
<3