mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
7 lines
No EOL
314 B
Bash
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 |