mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 19:57:13 -04:00
download: add warning message for macOS users to unquarantine the binary
This commit is contained in:
parent
bb37b39a0e
commit
3e67f2e53d
3 changed files with 10 additions and 1 deletions
|
@ -74,6 +74,11 @@
|
|||
<div class="text-center">
|
||||
<span class="warning">⚠️ Only choose plugins you need and trust</span>
|
||||
</div>
|
||||
<div class="text-center" id="darwin-warning">
|
||||
<span class="warning">⚠️ Run the following against the downloaded binary:
|
||||
<code>xattr -d com.apple.quarantine </code>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div id="optional-packages">
|
||||
<!-- Populated by JavaScript -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue