mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-07-19 09:24:47 +00:00
10 lines
465 B
Bash
10 lines
465 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
|
|
# unzip file extraction and compression
|
|
# rsync folder structure copying
|
|
dnf install -y --setopt=install_weak_deps=False tmux sudo git pwgen ncdu unzip rsync
|
|
dnf clean all
|