File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff 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
7474wget -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
7779curl -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
Original file line number Diff line number Diff line change 11#! /bin/bash
2-
2+ ./scripts/checksums.sh generate
33python scripts/changelog.py
44bash scripts/git.sh
55
You can’t perform that action at this time.
0 commit comments