We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c9adb commit 05faeabCopy full SHA for 05faeab
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.1.19] - 2025-04-03
6
+
7
## [0.1.18] - 2025-04-03
8
9
## [0.1.17] - 2025-04-03
install.sh
@@ -64,6 +64,9 @@ download_and_verify() {
64
return 1
65
fi
66
67
+ # Usuń białe znaki z sumy kontrolnej
68
+ remote_checksum=$(echo "$remote_checksum" | tr -d '[:space:]')
69
70
# Pobierz skrypt
71
if ! fetch_script; then
72
log_error "Nie udało się pobrać skryptu z żadnego źródła!"
0 commit comments