From 326812f946f68df005ef85b010e07afb1d069049 Mon Sep 17 00:00:00 2001 From: Philipp Riederer Date: Thu, 31 Oct 2024 08:36:23 +0100 Subject: [PATCH] pixiecore README: add sudo to command --- 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 ```