From 56502d23ed55a5859f5d30d80eb01566750f2f42 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Tue, 24 Mar 2020 14:44:30 +0000 Subject: [PATCH] ckbunker: fix dependencies --- ckbunker_on_blitz.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ckbunker_on_blitz.md b/ckbunker_on_blitz.md index ccd3126..f426df8 100644 --- a/ckbunker_on_blitz.md +++ b/ckbunker_on_blitz.md @@ -15,8 +15,7 @@ More info: https://ckbunker.com/install.html ``` # dependencies - sudo apt install -y virtualenv - sudo apt -y python-dev libusb-1.0-0-dev libudev-dev + sudo apt install -y virtualenv python-dev libusb-1.0-0-dev libudev-dev # open firewall to LAN (edit to the correct subnet) sudo ufw allow from 192.168.3.0/24 to any port 9823 comment "ckbunker" @@ -68,4 +67,4 @@ https://ckbunker.com/examples.html

-

\ No newline at end of file +