Add rsync to installed packages for sync-to-vm.sh support
This commit is contained in:
@@ -57,6 +57,7 @@ packages:
|
|||||||
- git
|
- git
|
||||||
- tmux
|
- tmux
|
||||||
- mosh
|
- mosh
|
||||||
|
- rsync
|
||||||
- ufw
|
- ufw
|
||||||
|
|
||||||
# ── Commands to run at first boot ────────────────────────────────────
|
# ── Commands to run at first boot ────────────────────────────────────
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ sudo apt-get update -qq
|
|||||||
|
|
||||||
info "Installing base packages..."
|
info "Installing base packages..."
|
||||||
sudo apt-get install -y --no-install-recommends \
|
sudo apt-get install -y --no-install-recommends \
|
||||||
ca-certificates curl gnupg git tmux mosh ufw
|
ca-certificates curl gnupg git tmux mosh rsync ufw
|
||||||
|
|
||||||
# ── Docker ──────────────────────────────────────────────────────────
|
# ── Docker ──────────────────────────────────────────────────────────
|
||||||
if command -v docker &>/dev/null; then
|
if command -v docker &>/dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user