remove archboot.org

This commit is contained in:
Tobias Powalowski 2023-09-15 09:22:06 +02:00
parent 62e2930af7
commit 881e2f001f
3 changed files with 5 additions and 8 deletions

View file

@ -1045,9 +1045,7 @@ The calculated size to boot the image follows the formula:<br>
<td><code>[archboot]</code><br>
<code># EU - Europe</code><br>
<code>Server = https://archboot.com/pkg</code><br>
<code># US - United States Arizona</code><br>
<code>Server = https://archboot.org/pkg</code><br>
<code># SG - Singapore</code><br>
<code># GeoIP</code><br>
<code>Server = https://archboot.net/pkg</code><br>
</td>
</tr>

View file

@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="description" content="Archboot Project | SG - Singapore Mirror">
<title>Archboot Project | SG - Singapore Mirror</title>
<meta name="description" content="Archboot Project | GeoIP Mirror">
<title>Archboot Project | GeoIP Mirror</title>
<link rel="stylesheet" href="./web/styles.css">
<link rel="icon" href="./web/archboot.png">
<!--[if lt IE 9]>
@ -14,8 +14,7 @@
</head>
<body>
<p><span><img src="./web/logo.png" alt="Logo"></span></p>
<h1>Archboot Project | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="./web/donate.png" alt="Donate"></a></h1>
<h4>Location: SG - Singapore | <a href="https://archboot.com">EU - Europe</a> | <a href="https://archboot.org/">US - United States Arizona</a></h4>
<h1>Archboot Project - GeoIP Mirror | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="./web/donate.png" alt="Donate"></a></h1>
<p><strong>&copy; 2006 - 2023 | <a href=mailto:tpowa@archlinux.org>Tobias Powalowski</a></strong> | Arch Linux Developer <strong><a href="https://archlinux.org/people/developers/#tpowa">tpowa</a></p>
<h2><a href="https://archboot.com"><strong>Homepage</strong></a> | <a href="iso/"><strong>Download</strong></a> | <a href="pkg/"><strong>Package Repository</strong></a> | <a href="src/"><strong>Build Sources</strong></a></h2>
</body>

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# created by Tobias Powalowski <tpowa@archlinux.org>
_SYNC_SERVER="archboot.org archboot.net"
_SYNC_SERVER="archboot.net"
for i in ${_SYNC_SERVER}; do
if [[ -e ~/.rsync-running ]]; then
echo "ERROR: rsync is already running!"