Update stapler

pull/1/head
Igor Zalatov (from Citadel PC) 2022-09-06 16:37:09 +03:00
parent 8772635a8f
commit 3e4ec8b34c
1 changed files with 3 additions and 3 deletions

View File

@ -43,10 +43,10 @@ else
echo_c 33 "\nSync of Composer repo ...\n" echo_c 33 "\nSync of Composer repo ...\n"
git pull git pull
echo_c 33 "\nDownload Firmware repo ...\n" echo_c 33 "\nDownload Firmware repo ...\n"
rm -rf firmware rm -rf openipc
git clone --depth=1 https://github.com/OpenIPC/firmware.git firmware git clone --depth=1 https://github.com/OpenIPC/firmware.git openipc
cp -afv projects/${PROJECT}/* firmware cp -afv projects/${PROJECT}/* firmware
cd firmware cd openipc
./building.sh ${PROJECT} ./building.sh ${PROJECT}
2archive; 2tftp 2archive; 2tftp
echo_c 35 "\nRollback to home ...\n" echo_c 35 "\nRollback to home ...\n"