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

kdeneon | running install command: your operating system is not supported. yet. :( #72

Closed
xborderMaske opened this issue Oct 17, 2024 · 5 comments

Comments

@xborderMaske
Copy link

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!

cat /etc/os-release
PRETTY_NAME="KDE neon 6.1"
NAME="KDE neon"
VERSION_ID="22.04"
VERSION="6.0"
VERSION_CODENAME=jammy
ID=neon
ID_LIKE="ubuntu debian"
HOME_URL="https://neon.kde.org/"
SUPPORT_URL="https://neon.kde.org/"
BUG_REPORT_URL="https://bugs.kde.org/"
PRIVACY_POLICY_URL="https://kde.org/privacypolicy/"
UBUNTU_CODENAME=jammy
LOGO=start-here-kde-neon
@janosmiko
Copy link
Contributor

Hello @xborderMaske ,

It should be fixed with the latest release.

@xborderMaske
Copy link
Author

Hello @janosmiko , Im getting the same error.

image

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. :(")
	}

Error after A Certificate created.

@janosmiko
Copy link
Contributor

@xborderMaske you are right, added it there too and preparing a release now.

@xborderMaske
Copy link
Author

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.

@xborderMaske
Copy link
Author

now run all ok, thanks!!!
the problem with dns was that some time ago I install bind9 and the service was running in my machine...
my fault.

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

No branches or pull requests

2 participants