mirror of https://github.com/OpenIPC/composer.git
Update stapler
parent
8772635a8f
commit
3e4ec8b34c
6
stapler
6
stapler
|
@ -43,10 +43,10 @@ else
|
|||
echo_c 33 "\nSync of Composer repo ...\n"
|
||||
git pull
|
||||
echo_c 33 "\nDownload Firmware repo ...\n"
|
||||
rm -rf firmware
|
||||
git clone --depth=1 https://github.com/OpenIPC/firmware.git firmware
|
||||
rm -rf openipc
|
||||
git clone --depth=1 https://github.com/OpenIPC/firmware.git openipc
|
||||
cp -afv projects/${PROJECT}/* firmware
|
||||
cd firmware
|
||||
cd openipc
|
||||
./building.sh ${PROJECT}
|
||||
2archive; 2tftp
|
||||
echo_c 35 "\nRollback to home ...\n"
|
||||
|
|
Loading…
Reference in New Issue