mirror of https://github.com/OpenIPC/composer.git
Fix typo
parent
3e4ec8b34c
commit
aa71a3b560
2
stapler
2
stapler
|
@ -45,7 +45,7 @@ else
|
||||||
echo_c 33 "\nDownload Firmware repo ...\n"
|
echo_c 33 "\nDownload Firmware repo ...\n"
|
||||||
rm -rf openipc
|
rm -rf openipc
|
||||||
git clone --depth=1 https://github.com/OpenIPC/firmware.git openipc
|
git clone --depth=1 https://github.com/OpenIPC/firmware.git openipc
|
||||||
cp -afv projects/${PROJECT}/* firmware
|
cp -afv projects/${PROJECT}/* openipc
|
||||||
cd openipc
|
cd openipc
|
||||||
./building.sh ${PROJECT}
|
./building.sh ${PROJECT}
|
||||||
2archive; 2tftp
|
2archive; 2tftp
|
||||||
|
|
Loading…
Reference in New Issue