-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (82 loc) · 3.3 KB
/
Copy pathindex.html
File metadata and controls
91 lines (82 loc) · 3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>IaC by greXops</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>greXops IaC</h1>
<p>Quick access to bootstraps for installation or reference</p>
<p class="view"><a href="https://greXops.com">Visit the greXops</a></p>
<ul>
<li><a href="https://iac.grexops.com/sh/zipball" download="zipball">Download <strong>ZIP File</strong></a></li>
<li></li>
<li><a href="https://github.com/greXops">Visit <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>iac.sh</h1>
<p>For secure downloads use </p>
<pre><code>https://iac.grexops.com</code></pre>
<h2>Scripts to Download Installers</h2>
<table>
<tbody>
<tr>
<th>Script</th>
<th>Description</th>
<th>Download</th>
</tr>
<tr>
<td><strong>curl -L</strong> iac.grexops.com/sh/docker</td>
<td>Download installer for docker via get.docker script</td>
<td><a href="/sh/docker" download="docker.sh">Download Docker</a></td>
</tr>
<tr>
<td><strong>curl -L</strong> iac.grexops.com/sh/dotfiles</td>
<td>Download installer for dotfiles</td>
<td><a href="/sh/dotfiles" download="dotfiles.sh">Download Dotfiles</a></td>
</tr>
<tr>
<td><strong>curl -L</strong> iac.grexops.com/sh/packer</td>
<td>Download installer for Packer</td>
<td><a href="/sh/packer" download="packer.sh">Download Packer</a></td>
</tr>
<tr>
<td><strong>curl -L</strong> iac.grexops.com/sh/terraform</td>
<td>Download installer for Terraform</td>
<td><a href="/sh/terraform" download="terraform.sh">Download Terraform</a></td>
</tr>
</tbody>
</table>
<blockquote>
<p><strong>greXops</strong></p>
</blockquote>
</section>
<footer>
<small>
<span>This WebSite Influenced by <a href="http://iac.sh/">iac.sh</a></span>
<ul>
<li><strong>Author : </strong><a href="https://www.robertpeteuil.com">Robert Peteuil</a></li>
<li><strong>Github : </strong><a href="https://github.com/robertpeteuil">robertpeteuil</a></li>
<li>User@SHA ref : <a
href="https://github.com/robertpeteuil/terraform-installer/commit/3ed699e18e4bb22dc7f27b3daa9391151c4b1717"
class="commit-link">robertpeteuil @<tt>f4f46c4 </tt></a></li>
</ul>
<span>This project forked from <a href="https://github.com/orderedlist/minimal">orderedlist</a>
<em>View the <a href="https://orderedlist.com/minimal/">demo of the theme</a>.</em></span>
</small>
<span><small> — Theme by <a href="https://twitter.com/orderedlist">Steve Smith</a> — </small></span>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>