Skip to content

Commit 05faeab

Browse files
author
Tom Softreck
committed
Release version 0.1.19
1 parent b5c9adb commit 05faeab

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
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.19] - 2025-04-03
6+
57
## [0.1.18] - 2025-04-03
68

79
## [0.1.17] - 2025-04-03

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ download_and_verify() {
6464
return 1
6565
fi
6666

67+
# Usuń białe znaki z sumy kontrolnej
68+
remote_checksum=$(echo "$remote_checksum" | tr -d '[:space:]')
69+
6770
# Pobierz skrypt
6871
if ! fetch_script; then
6972
log_error "Nie udało się pobrać skryptu z żadnego źródła!"

0 commit comments

Comments
 (0)