fix sed command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user