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 5a7b350 commit a21fce3Copy full SHA for a21fce3
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.1.31] - 2025-04-03
6
+
7
## [0.1.30] - 2025-04-03
8
9
## [0.1.29] - 2025-04-03
install.sh
@@ -3,6 +3,7 @@
# Konfiguracja źródeł
PROJECT_BASE_URL="https://raw.githubusercontent.com/DevOpsTerminal/hello/main"
SCRIPT_NAME="hello.sh"
+INSTALL_NAME="install.sh"
CHECKSUM_FILE="checksums/checksums.sha256"
# Domyślna ścieżka instalacji użytkownika
@@ -106,6 +107,7 @@ download_and_verify() {
106
107
108
# Usuń tymczasowy plik
109
rm "${SCRIPT_NAME}"
110
+ rm "${INSTALL_NAME}"
111
112
# Uruchom skrypt z opcją help
113
echo "Uruchamianie skryptu z opcją help..." >&2
0 commit comments