mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-27 06:37:16 +02:00
Update tools/addon/add-tailscale-lxc.sh
Co-authored-by: Chris <punk.sand7393@fastmail.com>
This commit is contained in:
committed by
GitHub
parent
7261c458b9
commit
327ac62cde
@@ -115,7 +115,8 @@ fi
|
|||||||
if ! command -v curl &>/dev/null; then
|
if ! command -v curl &>/dev/null; then
|
||||||
echo "[INFO] curl not found, installing..."
|
echo "[INFO] curl not found, installing..."
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -y curl >/dev/null
|
apt update -qq
|
||||||
|
apt install -y curl >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Ensure keyrings directory exists
|
# Ensure keyrings directory exists
|
||||||
|
|||||||
Reference in New Issue
Block a user