13 lines
198 B
Markdown
13 lines
198 B
Markdown
aeropkg
|
|
=
|
|
https://root-kit.ru/AeroLinux/AeroPkg.git
|
|
|
|
``` sh *** build ***
|
|
cargo build --release
|
|
./install.sh
|
|
```
|
|
|
|
``` sh *** config ***
|
|
id aeropkg &>/dev/null || useradd -m -s /bin/bash aeropkg
|
|
```
|