Skip to content
Draft
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
23 changes: 22 additions & 1 deletion source/installation/install-software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,28 @@ Open OnDemand uses these packages, among many others.

sudo dnf install ondemand

3. Start services
3. Install optional packages
----------------------------

.. note::

In order to utilize rclone, the necessary package must be installed.

.. tabs::

.. tab:: RHEL/Rocky/AlmaLinux

.. code-block:: sh

sudo dnf install rclone

.. tab:: Ubuntu & Debian

.. code-block:: sh

sudo apt install rclone

4. Start services
-----------------

.. tabs::
Expand Down
Loading