Skip to content

Commit fc4a9bb

Browse files
author
Tom Softreck
committed
Release version 0.1.25
1 parent 09bcc96 commit fc4a9bb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All 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

install.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)