Skip to content

Commit a21fce3

Browse files
author
Tom Softreck
committed
Release version 0.1.31
1 parent 5a7b350 commit a21fce3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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.31] - 2025-04-03
6+
57
## [0.1.30] - 2025-04-03
68

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

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Konfiguracja źródeł
44
PROJECT_BASE_URL="https://raw.githubusercontent.com/DevOpsTerminal/hello/main"
55
SCRIPT_NAME="hello.sh"
6+
INSTALL_NAME="install.sh"
67
CHECKSUM_FILE="checksums/checksums.sha256"
78

89
# Domyślna ścieżka instalacji użytkownika
@@ -106,6 +107,7 @@ download_and_verify() {
106107

107108
# Usuń tymczasowy plik
108109
rm "${SCRIPT_NAME}"
110+
rm "${INSTALL_NAME}"
109111

110112
# Uruchom skrypt z opcją help
111113
echo "Uruchamianie skryptu z opcją help..." >&2

0 commit comments

Comments
 (0)