From f6a92d69099022fd1b5a99adaec71d3ea32a109d Mon Sep 17 00:00:00 2001 From: Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> Date: Tue, 10 May 2022 08:52:09 -0400 Subject: [PATCH] docs: remove unnecessary newline --- docs/COMPILE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 698118d0..a29db104 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -5,7 +5,6 @@ Compiling/Installing You can use [@Itai-Nelken](https://github.com/Itai-Nelken)'s apt repository to install precompiled box86 debs, updated weekly. ``` - sudo wget https://itai-nelken.github.io/weekly-box86-debs/debian/box86.list -O /etc/apt/sources.list.d/box86.list wget -qO- https://itai-nelken.github.io/weekly-box86-debs/debian/KEY.gpg | sudo apt-key add - sudo apt update && sudo apt install box86 -y