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