Revert "remove shell"

This reverts commit 65914f8895.
This commit is contained in:
root
2023-09-24 18:58:33 +03:00
parent 65914f8895
commit c793b55750
26 changed files with 132 additions and 132 deletions

View File

@ -7,16 +7,16 @@ tags: [linux]
## Распаковка пакета
### Распаковка данных
```
```shell
dpkg -x "<package>.deb" <folder>
```
### Распаковка метаданных
```
```shell
dpkg -e "<package>.deb" <folder>/DEBIAN
```
## Сборка пакета
```
```shell
dpkg -b <folder> "<package>.deb"
```