Compare commits
2 Commits
92ccfaf440
...
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 75feb83505 | |||
| d3c50cd125 |
@@ -5,6 +5,8 @@
|
||||
▀▄▀▄▀ █▄█ ░░ ▄█ ░█░ █▀█ █▀▄ ░█░
|
||||
```
|
||||
|
||||
### [English lang: README.md](README.md)
|
||||
|
||||
# Утилита обертка для wg-quick
|
||||
|
||||
Предоставляет удобный интерфейс командной строки для быстрого создания
|
||||
@@ -36,7 +38,7 @@
|
||||
### Установка
|
||||
- Загрузите последнюю версию из ветки main в локальную директорию на пути $PATH
|
||||
```sh
|
||||
sudo wget https://git.isptech.ru/ISPsystem/QuickAccess/raw/branch/main/wg_bootstrap/wg_start.py -O /usr/local/bin/wg-start && sudo chmod 775 /usr/local/bin/wg-start
|
||||
sudo wget https://git.isptech.ru/ISPsystem/wg-bootstrap/raw/branch/main/wg_bootstrap/wg_start.py -O /usr/local/bin/wg-start && sudo chmod 775 /usr/local/bin/wg-start
|
||||
```
|
||||
> Не используйте sudo если пользователь является владельцем локальной директории например ~/.local/bin
|
||||
>
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
▀▄▀▄▀ █▄█ ░░ ▄█ ░█░ █▀█ █▀▄ ░█░
|
||||
```
|
||||
|
||||
### [Russian lang: README.md](README-ru.md)
|
||||
|
||||
# Utility wrapper for wg-quick
|
||||
|
||||
Provides a convenient command line interface for quick creation
|
||||
@@ -36,7 +38,7 @@ interface creation and removal
|
||||
### Installation
|
||||
- Download the latest version from the main branch to a local directory in $PATH
|
||||
```sh
|
||||
sudo wget https://git.isptech.ru/ISPsystem/QuickAccess/raw/branch/main/wg_bootstrap/wg_start.py -O /usr/local/bin/wg-start && sudo chmod 775 /usr/local/bin/wg-start
|
||||
sudo wget https://git.isptech.ru/ISPsystem/wg-bootstrap/raw/branch/main/wg_bootstrap/wg_start.py -O /usr/local/bin/wg-start && sudo chmod 775 /usr/local/bin/wg-start
|
||||
```
|
||||
> Don't use sudo if the user owns a local directory like ~/.local/bin
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user