fix sed command

This commit is contained in:
2023-12-21 10:33:04 -05:00
parent 064efe734c
commit d1d6e2d9f9
+1 -1
View File
@@ -1,7 +1,7 @@
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
sed -i 's|github.com/RockKeeper|git.dvdt.dev/david/bitcoin-ticker-pi|g'
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