mirror of
https://github.com/danderson/netboot.git
synced 2026-05-05 12:26:38 +02:00
pixiecore: fix installation command for DEBIAN in README.md
This commit is contained in:
parent
2ed7bd3020
commit
f5d248c4db
@ -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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user