From 872ad254d7f2e6b75b8179f2bdd4d2405f044275 Mon Sep 17 00:00:00 2001 From: thekightkeeper1 <86133278+thekightkeeper1@users.noreply.github.com> Date: Wed, 19 Nov 2025 01:05:37 -0500 Subject: [PATCH] Fix command syntax for adding APT repository --- source/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installing.rst b/source/installing.rst index ee3658a..0f6f418 100644 --- a/source/installing.rst +++ b/source/installing.rst @@ -63,7 +63,7 @@ For easiest installation, if you have one of the listed supported distributions, .. code-block:: bash - echo "deb https://packagecloud.io/pufferpanel/pufferpanel/any/ any main" > sudo tee /etc/apt/sources.list.d/pufferpanel.list + echo "deb https://packagecloud.io/pufferpanel/pufferpanel/any/ any main" | sudo tee /etc/apt/sources.list.d/pufferpanel.list sudo apt update sudo apt-get install pufferpanel