Skip to content

Commit 3396081

Browse files
author
Tom Softreck
committed
Release version 0.1.16
1 parent a99c740 commit 3396081

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-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.16] - 2025-04-03
6+
57
## [0.1.15] - 2025-04-03
68

79
### Added

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,17 @@ Skrypt automatycznie wykrywa menedżer pakietów i dostosowuje swoje działanie
6969

7070
#### Bezpieczna instalacja z weryfikacją sumy kontrolnej
7171

72-
```bash
73-
# Metoda 1: Bezpośrednie pobranie i wykonanie
72+
##### Bezpośrednie pobranie i wykonanie z repozytorium github
73+
```bash
7474
wget -O install.sh https://raw.githubusercontent.com/DevOpsTerminal/hello/main/install.sh && bash install.sh
75+
```
7576

76-
# Metoda 2: Alternatywne źródło
77+
##### Bezpośrednie pobranie z domeny DevOps Terminal
78+
```bash
7779
curl -sSL https://hello.devopsterminal.com/install.sh | bash
7880
```
7981

80-
#### Ręczne pobieranie i weryfikacja
82+
##### Ręczne pobieranie i weryfikacja
8183

8284
```bash
8385
# Pobierz skrypt

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
2+
./scripts/checksums.sh generate
33
python scripts/changelog.py
44
bash scripts/git.sh
55

0 commit comments

Comments
 (0)