mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
8 lines
No EOL
292 B
Bash
8 lines
No EOL
292 B
Bash
# install dependencies
|
|
# tmux used for monitoring secondary processes
|
|
# sudo for running specific commands as root
|
|
# ncdu file navigation
|
|
# caddy web server
|
|
apt-get update
|
|
apt-get install -y --no-install-recommends tmux sudo git ncdu caddy
|
|
apt-get clean |