Skip to content

Commit

Permalink
Update Samba.md
Browse files Browse the repository at this point in the history
  • Loading branch information
konoos56 committed Jan 29, 2024
1 parent 4aec0ca commit e594400
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/apps/Samba.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ Samba — это реализация сетевого протокола SMB.

**Установка через терминал**

```shell
::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install samba samba-client
```

```shell[epm]
epm -i samba samba-client
```
:::

0 comments on commit e594400

Please sign in to comment.