File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.1.25] - 2025-04-03
6+
57## [ 0.1.24] - 2025-04-03
68
79## [ 0.1.23] - 2025-04-03
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ download_and_verify() {
8181 chmod +x " ${SCRIPT_NAME} "
8282 echo " Suma kontrolna zweryfikowana poprawnie" >&2
8383
84- # Uruchom skrypt
85- echo " Uruchamianie skryptu..." >&2
86- ./" ${SCRIPT_NAME} "
84+ # Uruchom skrypt z opcją help
85+ echo " Uruchamianie skryptu z opcją help ..." >&2
86+ ./" ${SCRIPT_NAME} " help
8787}
8888
8989# Główna logika
@@ -96,9 +96,9 @@ main() {
9696 fi
9797 done
9898
99- # Wykonaj pobieranie i weryfikację
99+ # Wykonaj pobieranie, weryfikację i uruchomienie z help
100100 if download_and_verify; then
101- echo " Instalacja zakończona sukcesem!" >&2
101+ echo " Instalacja i weryfikacja zakończone sukcesem!" >&2
102102 return 0
103103 else
104104 echo " Instalacja nie powiodła się!" >&2
You can’t perform that action at this time.
0 commit comments