Tailscale Plugin :D

This commit is contained in:
2023-03-19 01:44:06 -07:00
parent 01a520777e
commit 1035c83166
10 changed files with 198 additions and 1 deletions

View File

@ -41,4 +41,3 @@ do
# Download the plugin and store it at the mentioned path.
curl --fail -Ls "$base_url/$artifact_path" --output "$dl_path" || (echo "Failed to download ${artifact_path}"; exit 1)
done