Update tools/addon/add-tailscale-lxc.sh

Co-authored-by: Chris <punk.sand7393@fastmail.com>
This commit is contained in:
CanbiZ (MickLesk)
2026-02-12 14:10:46 +01:00
committed by GitHub
parent 7261c458b9
commit 327ac62cde

View File

@@ -115,7 +115,8 @@ fi
if ! command -v curl &>/dev/null; then
echo "[INFO] curl not found, installing..."
apt-get update -qq
apt-get install -y curl >/dev/null
apt update -qq
apt install -y curl >/dev/null
fi
# Ensure keyrings directory exists