updates make setup
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
setup:
|
||||
git clone https://github.com/RockKeeper/go-rpi-rgb-led-matrix
|
||||
rm go-rpi-rgb-led-matrix/go.mod go-rpi-rgb-led-matrix/go.sum
|
||||
find ./ -type f -exec sed -i 's|github.com/RockKeeper|git.dvdt.dev/david/bitcoin-ticker-pi|g' {} +
|
||||
cd go-rpi-rgb-led-matrix/lib
|
||||
git submodule update --init
|
||||
cd rpi-rgb-led-matrix
|
||||
make
|
||||
cd go-rpi-rgb-led-matrix/lib/rpi-rgb-led-matrix && make
|
||||
|
||||
run:
|
||||
sudo go run cmd/rpi/main.go --led-slowdown-gpio=2
|
||||
|
||||
Reference in New Issue
Block a user