diff --git a/Makefile b/Makefile index 9f48de2..1503a9f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.4 (2025-08-11) +# git helper Makefile: Version 2.5 (2025-08-11) default: help .ONESHELL: @@ -64,7 +64,7 @@ init: print_head # Install modules # echo -e "\033[1;33mInstalling modules to venv in $$BASEPATH...\e[0m" - for req_file in $$(find $$BASEPATH -name requirements.txt); do + for req_file in $$(find -L $$BASEPATH -name requirements.txt 2> /dev/null); do # echo " $$req_file" while read req_mod; do if [[ $$req_mod = *[![:space:]]* ]]; then diff --git a/journaliser b/journaliser index 5b353ab..94fe584 160000 --- a/journaliser +++ b/journaliser @@ -1 +1 @@ -Subproject commit 5b353abddce1f87600fa13443ca30b04bc60a9e5 +Subproject commit 94fe584c83a4d141ee4fd652e753d6a4a97d00a8 diff --git a/loggy b/loggy index 1c714ba..a943665 160000 --- a/loggy +++ b/loggy @@ -1 +1 @@ -Subproject commit 1c714baefbf35e351a23d7a53480557bd15b9d00 +Subproject commit a943665c3619aa3eeae506df8305845b1b9e6848 diff --git a/mqtt_sniffer b/mqtt_sniffer index ebf2edc..cff24c4 160000 --- a/mqtt_sniffer +++ b/mqtt_sniffer @@ -1 +1 @@ -Subproject commit ebf2edc282850e96a3d19c03ead516deebfd1d16 +Subproject commit cff24c42df10d07bccd1e913d6ee2c11d7511d96 diff --git a/nemo b/nemo index 1072383..7036c30 160000 --- a/nemo +++ b/nemo @@ -1 +1 @@ -Subproject commit 1072383a4fc693655a113f26cf8b5f32be55881c +Subproject commit 7036c30f33666c4239fb36027894de1ee65af474 diff --git a/netst b/netst index 4f16ec2..16e56d7 160000 --- a/netst +++ b/netst @@ -1 +1 @@ -Subproject commit 4f16ec22a535e35c6d5f7a2978a21b7abcc3ddd7 +Subproject commit 16e56d77c18409bc5a2bd03aad5af7d8d8bc67b6 diff --git a/ptpython b/ptpython index c82503a..83f605d 160000 --- a/ptpython +++ b/ptpython @@ -1 +1 @@ -Subproject commit c82503a4353fb6867889aea9e108aba384a9ac34 +Subproject commit 83f605d204b25540893e239b7c3776f4d016f6d7 diff --git a/pyrip b/pyrip index d0844f7..4be3f4b 160000 --- a/pyrip +++ b/pyrip @@ -1 +1 @@ -Subproject commit d0844f74943907726c24ecffdb6bce351eaa900e +Subproject commit 4be3f4be304a55863777508cf0dff5bbc39111b9 diff --git a/starter b/starter index 8f3ade4..befa984 160000 --- a/starter +++ b/starter @@ -1 +1 @@ -Subproject commit 8f3ade401ccd9a42b7170be51bb049d69b164a08 +Subproject commit befa984eacd95c21f0bd9e3f2667d1ee50b17ea9