Skip to content

Commit

Permalink
Update installing.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Feb 20, 2024
1 parent f608297 commit bae675b
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,21 @@ For easiest installation, if you have one of the listed supported distributions,
curl -s https://packagecloud.io/install/repositories/pufferpanel/pufferpanel/script.deb.sh | sudo bash
sudo apt-get install pufferpanel
sudo systemctl enable pufferpanel
.. tab:: Docker

For Docker usage, please refer to :doc:`this page <installing-docker>`.


Unsupported OS/Version
----------------------
.. warning::
This is not recommended or supported. If it breaks, you're on your own!

It is possible to install PufferPanel on other Debian, Red Hat based OS/Versions, and Arch Linux/Arch Linux ARM that are not listed in the table above.
For a OS/Version that is not included in the table above, you will need to add :code:`os={os} dist={version}` with a os/version that is included in the repository, to the curl command between sudo and bash. i.e.
sudo systemctl enable pufferpanel
.. tab:: DEB
.. tab:: Red-Hat

.. code-block:: bash
curl -s https://packagecloud.io/install/repositories/pufferpanel/pufferpanel/script.deb.sh | sudo os=ubuntu dist=jammy bash
.. tab:: RPM
curl -s https://packagecloud.io/install/repositories/pufferpanel/pufferpanel/script.rpm.sh | sudo bash
sudo yum install pufferpanel
sudo systemctl enable pufferpanel
Installs using RPM files are a manual process. Refer to the `latest release <https://github.com/PufferPanel/PufferPanel/releases>`_ to get the RPM file.
.. tab:: Arch Linux/Arch Linux ARM
.. tab:: Docker

For Docker usage, please refer to :doc:`this page <installing-docker>`.

It is also possible to install the AUR package `pufferpanel-bin <https://aur.archlinux.org/packages/pufferpanel-bin>`_.

Ports
-----
Expand Down

0 comments on commit bae675b

Please sign in to comment.