headscale-ui/docker/development/scripts/install-base-dependencies.sh
2023-06-18 17:18:40 +10:00

7 lines
No EOL
314 B
Bash

# install dependencies
# tmux used for monitoring secondary processes
# sudo for running specific commands as root
# git for source countrol
# pwgen for creating randomized passwords/secrets on the fly
# ncdu file navigation
dnf install -y tmux sudo git pwgen ncdu