mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-08 23:18:32 -04:00
6 lines
165 B
Bash
Executable file
6 lines
165 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y --no-install-recommends \
|
|
asciidoctor \
|
|
zsh xz-utils liblz4-tool musl-tools libssl-dev openssl pkg-config
|