rebrand!: Antergos NeXT -> Euri Linux

This commit is contained in:
2026-08-21 21:43:47 +02:00
parent 7256fd331a
commit 0cfc149d37
1452 changed files with 599 additions and 597 deletions
+7 -7
View File
@@ -23,7 +23,7 @@ html = f'''<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>antergos-pkgs</title>
<title>euri-pkgs</title>
<style>
* {{ margin: 0; padding: 0; box-sizing: border-box; }}
body {{
@@ -121,7 +121,7 @@ html = f'''<!DOCTYPE html>
<body>
<div class="wrap">
<div class="bar">
<h1>⟁ antergos<span>-pkgs</span></h1>
<h1>⟁ euri<span>-pkgs</span></h1>
<div class="sub">
<span>{len(pkgs)} packages &middot; {sum(p['size'] for p in pkgs) / 1024 / 1024:.0f} MB</span>
<span class="hal">"I am putting myself to the fullest possible use."</span>
@@ -130,10 +130,10 @@ html = f'''<!DOCTYPE html>
<details class="setup">
<summary>Setup — add this repository to pacman.conf</summary>
<pre><span class="c"># /etc/pacman.conf</span>
[antergos-pkgs]
[euri-pkgs]
SigLevel = Optional TrustAll
Server = https://antergos-next.github.io/antergos-packages/<span class="v">$repo</span>/os/<span class="v">$arch</span>
Server = https://antergos-next.github.io/antergos-packages</pre>
Server = https://antergos-nas.taild4360b.ts.net/pkgs/<span class="v">$repo</span>/os/<span class="v">$arch</span>
Server = https://antergos-nas.taild4360b.ts.net/pkgs</pre>
</details>
<div class="controls">
@@ -151,8 +151,8 @@ Server = https://antergos-next.github.io/antergos-packages</pre>
</div>
<div class="ft">
<a href="https://github.com/Antergos-NeXT/antergos-packages">GitHub</a> &middot;
<a href="https://antergos-next.github.io/antergos-packages/">antergos-next.github.io</a>
<a href="https://github.com/Euri-Linux/euri-packages">GitHub</a> &middot;
<a href="https://antergos-nas.taild4360b.ts.net/pkgs/">euri-pkgs</a>
</div>
</div>