From 3e4ec8b34c5f583be5515001d427975da24080e5 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Tue, 6 Sep 2022 16:37:09 +0300 Subject: [PATCH] Update stapler --- stapler | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stapler b/stapler index 8d3397a..ed4df69 100755 --- a/stapler +++ b/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"