-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapt.html
More file actions
93 lines (93 loc) · 4.06 KB
/
apt.html
File metadata and controls
93 lines (93 loc) · 4.06 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
92
93
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Noto+Sans" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Prosto+One" />
<link rel="stylesheet" type="text/css" href="css/dsscaw.css" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon-128.png" sizes="128x128" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Dirty South Supercomputing package repositories." />
<title>Dirty South Supercomputing Package Repository</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-11557335-11"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-11557335-11');
</script>
</head>
<body>
<header>
<img src="images/dsscaw-purp.png" alt="DSSCAW logo" id="logo" />
<h1>
<span class="hdr-ds">dirty south</span>
<span class="hdr-sc">supercomputing</span>
</h1>
</header>
<div id="enigma">
<u>Dirty South Package Repositories</u>
<br/>
<br/>
<table>
<tr>
<th>OS</th>
<th>Release</th>
<th>Repository</th>
<th>Key</th>
</tr>
<tr>
<td>Debian</td>
<td>Unstable</td>
<td><a href="https://www.dsscaw.com/repos/apt/debian">/repos/apt/debian</a></td>
<td><a href="repos/9EA957D484A4266A.asc">9EA957D484A4266A</a></td>
</tr>
<tr>
<td>Debian</td>
<td>Buster</td>
<td><a href="https://www.dsscaw.com/repos/apt/debian">/repos/apt/debian</a></td>
<td><a href="repos/9EA957D484A4266A.asc">9EA957D484A4266A</a></td>
</tr>
<tr>
<td>Ubuntu</td>
<td>Focal</td>
<td><a href="https://www.dsscaw.com/repos/apt/ubuntu">/repos/apt/ubuntu</a></td>
<td><a href="repos/9EA957D484A4266A.asc">9EA957D484A4266A</a></td>
</tr>
</table>
<br/>
<br/>
<pre>
curl https://www.dsscaw.com/repos/9EA957D484A4266A.asc | apt-key add -
apt-add-repository -s 'deb https://www.dsscaw.com/repos/apt/debian unstable main'
<pre>
<pre>
curl https://www.dsscaw.com/repos/9EA957D484A4266A.asc | apt-key add -
apt-add-repository -s 'deb https://www.dsscaw.com/repos/apt/ubuntu focal main'
<pre>
</div>
<div id="ftr">
© 2019–2025 Dirty South Supercomputers and Waffles, LLC<br/>
855 Peachtree St NE #3204, Atlanta, GA 30308
</div>
</body>
</html>