gravitl / netmaker-docs

The documentation for Netmaker, a WireGuard-based overlay network platform
Other
10 stars 22 forks source link

[Docs]: Missing OpenSUSE install instructions #74

Open tvarsis opened 1 year ago

tvarsis commented 1 year ago

Contact Details

No response

What happened?

This could be added to the install instructions since OpenSUSE is missing here

I have tested these steps and they seem to work fine:

sudo rpm --import https://rpm.netmaker.org/gpg.key curl -sL 'https://rpm.netmaker.org/netclient-repo' | sudo tee /etc/zypp/repos.d/netclient.repo sudo zypper refresh sudo zypper install netclient

Version

v0.16.1

What OS are you using?

Linux

Relevant log output

No response

Contributing guidelines

afeiszli commented 1 year ago

Thanks @tvarsis, are you open to creating a PR for this? It should be relatively simple to modify the docs and add this in.

tvarsis commented 1 year ago

@afeiszli I did it here #76 But there seems to be some license stuff that is blocking. Not really interested in signing anything, so feel free to do whatever you want with that pull request.

afeiszli commented 1 year ago

@tvarsis the CLA is pretty standard and just confirms that you're OK with us using your code snippet for whatever purposes, if you don't mind, it's fairly simple to sign it with GitHub auth and should take a couple seconds.