mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add installer build scripts and configuration
This commit is contained in:
parent
fb3a8582a2
commit
3420290ea9
22 changed files with 1377 additions and 7 deletions
14
installer/scripts/templates/welcome.html
Normal file
14
installer/scripts/templates/welcome.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><meta charset="UTF-8"></head>
|
||||
<body>
|
||||
<h1>Welcome to Aikido Safe Chain</h1>
|
||||
<p>blablabla</p>
|
||||
<p><strong>Note:</strong> This installer requires administrator privileges to:</p>
|
||||
<ul>
|
||||
<li>Install a trusted certificate in your system keychain</li>
|
||||
<li>Configure system-wide proxy settings</li>
|
||||
<li>Install a background service (LaunchDaemon)</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue