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

Develop #309

Merged
merged 6 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Netmaker'

# The full version, including alpha/beta/rc tags
release = '0.24.1'
release = '0.24.2'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions netclient.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ Windows
===============


MSI Installer
--------------
Bundled Installer
-----------------

Download Link: https://fileserver.netmaker.org/latest/netclient_x86.msi
Download Link: https://fileserver.netmaker.org/latest/netclientbundle.exe

Mac
============
Expand Down
8 changes: 4 additions & 4 deletions pro/rac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Download/Installation

**For Mac:**

You can download the M1 or Intel Mac installer from our fileserver link (https://fileserver.netmaker.org/releases/download/latest) run it. Then open the GUI to start using RAC!
You can download the M1 or Intel Mac installer from our fileserver link (https://fileserver.netmaker.io/releases/download/latest) run it. Then open the GUI to start using RAC!


-----------------------------


**For Windows:**

You can download the `remoteclientbundle.exe` bundle (recommended as this install wireguard and other dependencies) or `remote-access-client_86.msi` installer and run it to install on your windows machine. You can then open the GUI to start using RAC!
Download link: https://fileserver.netmaker.org/releases/download/latest
You can download the `remoteclientbundle.exe` bundle (recommended as this install wireguard and other dependencies) or `remote-access-client_86.msi` installer (MSI doesnt install any dependencies) and run it to install on your windows machine. You can then open the GUI to start using RAC!
Download link: https://fileserver.netmaker.io/latest/remoteclientbundle.exe


-----------------------------
Expand Down Expand Up @@ -89,7 +89,7 @@ Following the above instructions, you can run RAC from your Linux desktop enviro


Not finding your OS? You can download the latest version of RAC from the our file server:
https://fileserver.netmaker.org/releases/download/latest
https://fileserver.netmaker.io/releases/download/latest

Search for remote client and download the appropriate version for your operating system.

Expand Down
2 changes: 1 addition & 1 deletion upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ As of v0.20.5, the Netclient should automatically upgrade itself when it detects

**For Linux and Freebsd:** Download the netclient for your target version, OS, and arch, from `the fileserver <https://fileserver.netmaker.io/releases/download>`_. Then run "./netclient install" from the downloaded executable in your terminal.

**For Mac and Windows:** Download and run the installer (.MSI for Windows, .PKG for Mac) for your target version, OS, and arch, from `the fileserver <https://fileserver.netmaker.io/releases/download>`_. Then, run the installer.
**For Mac and Windows:** Download and run the installer (.EXE for Windows, .PKG for Mac) for your target version, OS, and arch, from `the fileserver <https://fileserver.netmaker.io/releases/download>`_. Then, run the installer.

Server Upgrades (v0.20.0+)
========================================
Expand Down
Loading