This commit is contained in:
Joe Lillibridge 2024-12-04 12:10:06 -06:00
parent 593efa45b1
commit 652a57e8e9
No known key found for this signature in database

View File

@ -1,5 +1,4 @@
#!/bin/sh
{% if yadm.class == "Work" %}
echo "Creating Target CA bundle directory..."
mkdir -p "$HOME"/.config/target-certs
@ -12,4 +11,3 @@ if ! curl -s -o "$HOME"/.config/target-certs/tgt-ca-bundle.crt \
else
echo "Downloaded and installed Target CA bundle."
fi
{% endif %}