-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
kdeneon | running install command: your operating system is not supported. yet. :( #72
Comments
Hello @xborderMaske , It should be fixed with the latest release. |
Hello @janosmiko , Im getting the same error. I look at the code and think that is missing in this file certs.go:153. switch osDistro {
case "windows":
return c.windowsInstallCACertificate(caCertificatePEMFilePath)
case "darwin":
return c.darwinInstallCACertificate(caCertificatePEMFilePath)
case "ubuntu", "debian", "pop", "elementary", "linuxmint":
return c.debianInstallCACertificate(caCertificatePEMFilePath)
case "fedora", "centos":
return c.rhelInstallCACertificate(caCertificatePEMFilePath)
case "arch", "manjaro":
return c.archInstallCACertificate(caCertificatePEMFilePath)
default:
return errors.New("your operating system is not supported. yet. :(")
} |
@xborderMaske you are right, added it there too and preparing a release now. |
thank you very much! @janosmiko I omited this part on the install and face with another issue, related to the DNS bind, but see in other issue, seem to be related with docker. |
now run all ok, thanks!!! |
Hello, in a same way as the issue #19, Im trying to install reward in a ubuntu- like OS (kdeneon), but this throw the error "your operating system is not supported. yet. :( "
Can add this OS or the OS with ID_LIKE as ubuntu?
thanks!
The text was updated successfully, but these errors were encountered: