updates make install

This commit is contained in:
2023-12-21 10:29:47 -05:00
parent 15b6d71bc4
commit 064efe734c
17 changed files with 6 additions and 1417 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
setup:
cd go-rpi-rgb-led-matrix/lib/rpi-rgb-led-matrix
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
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
run: