Этот коммит содержится в:
Dirk Alders 2025-09-14 15:13:55 +02:00
родитель eeac4efcc7
Коммит 52328a5976

Просмотреть файл

@ -1,4 +1,4 @@
# git helper Makefile: Version 2.5 (2025-08-11) # git helper Makefile: Version 2.6 (2025-08-11)
default: help default: help
.ONESHELL: .ONESHELL:
@ -73,9 +73,9 @@ init: print_head
if [[ $$OUT =~ "Successfully installed" ]]; then if [[ $$OUT =~ "Successfully installed" ]]; then
echo -e " * \033[1;32m$$req_mod installed.\e[0m" echo -e " * \033[1;32m$$req_mod installed.\e[0m"
elif [[ $$OUT =~ "already satisfied" ]]; then elif [[ $$OUT =~ "already satisfied" ]]; then
echo -e " * \033[1;36m$$req_mod already installed.\e[0m" echo -e " * \033[1;36m$$req_mod already available.\e[0m"
else else
echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m" echo -e " * \033[1;31m$$req_mod FAILED!\e[0m"
#echo $$OUT #echo $$OUT
fi fi
fi fi