From 3f92b8698c91b4a34209923f5cb18d7e7c0244fe Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Mon, 14 Aug 2023 23:44:40 +0200 Subject: [PATCH] fixed git --- get_publisher.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/get_publisher.sh b/get_publisher.sh index 502320c..f5099e9 100644 --- a/get_publisher.sh +++ b/get_publisher.sh @@ -7,7 +7,8 @@ firmware_server="https://mcu.ex.umbach.dev" upload_server="https://firmwareuploadserver.ex.umbach.dev" key="yhQ2y8Y6xPqxXHzMO2BNUHwxmy9x3APXOJ0qzWRmkqX7CXWcrpCxLQLzPxDEB0FZ" -git pull +#git update all submodules to newest version +git submodule update --recursive --remote rm script.sh curl -s -o script.sh $upload_server/getFirmwareUScript?key=$key