From f5d248c4db462e626fd91ea2d383a09fe42102c0 Mon Sep 17 00:00:00 2001 From: kuvaldini <47349143+kuvaldini@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:35:40 +0200 Subject: [PATCH] pixiecore: fix installation command for DEBIAN in README.md --- pixiecore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixiecore/README.md b/pixiecore/README.md index c850fde..15f422d 100644 --- a/pixiecore/README.md +++ b/pixiecore/README.md @@ -51,7 +51,7 @@ but the quick version is: ```shell sudo apt-get install -y apt-transport-https curl -L https://packagecloud.io/danderson/pixiecore/gpgkey | sudo apt-key add - -echo "deb https://packagecloud.io/danderson/pixiecore/debian stretch main" >/etc/apt/sources.list.d/pixiecore.list +echo "deb https://packagecloud.io/danderson/pixiecore/debian stretch main" | sudo tee /etc/apt/sources.list.d/pixiecore.list sudo apt-get update sudo apt-get install pixiecore ```