Skip to content
Snippets Groups Projects
Commit f688abc4 authored by philip.schell's avatar philip.schell
Browse files

add update.sh

Update litjson, Lora, Lora-Bot and Bot-Utils
parent d0fc75ac
No related branches found
No related tags found
No related merge requests found
litjson @ 853958ac
Subproject commit e687b86fd57f8bbe1965f0a6aac86889eb6d286d
Subproject commit 853958acdaabc04625ebc390ca3255d51b049b36
Lora @ 827d369c
Subproject commit d1aa806c371cce356ec4e3698784cc061b6c93e5
Subproject commit 827d369ca6c5c4690c6de16f5a40cec6d1375c87
Lora-Bot @ 7fbd6efd
Subproject commit 164ea70c7b5526521814fbd9ad62161875989c1b
Subproject commit 7fbd6efd0678ebf875107e195064589ec13af8ac
Bot-Utils @ 031076b3
Subproject commit c5d3003ec0a6cc8d9cf9084e37eded60a2fd7f65
Subproject commit 031076b3ba07c86202ec9c59fb468b5ba3226247
echo "Switch to subdir Librarys"
cd Librarys
echo "Pull litjson"
cd litjson
git pull
cd ..
echo "Pull Mono.Posix"
cd Mono.Posix
git pull
cd ..
echo "Pull mqtt"
cd mqtt
git pull
cd ..
echo "Pull RaspberryIO"
cd RaspberryIO
git pull
cd ..
cd ..
echo "Pull Lora"
cd Lora
git pull
cd ..
echo "Pull Lora-Bot"
cd Lora-Bot
git pull
cd ..
echo "Switch to subdir Utils"
cd Utils
echo "Pull Bot-Utils"
cd Bot-Utils
git pull
cd ..
echo "Pull ConnectorDataMqtt"
cd ConnectorDataMqtt
git pull
cd ..
echo "Pull Iot-Interfaces"
cd Iot-Interfaces
git pull
cd ..
echo "Pull Utils"
cd Utils
git pull
cd ..
echo "Pull Utils-IoT"
cd Utils-IoT
git pull
cd ..
read -p "Press return"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment