From 461ae7221f27c488b0a6636b8a0f0f4a779cbb0a Mon Sep 17 00:00:00 2001 From: ZenithalHourlyRate Date: Wed, 1 Mar 2023 08:04:26 +0000 Subject: [PATCH] help: transpile from mirrorz-help --- help/_posts/1970-01-01-archlinux.md | 6 +++--- help/_posts/1970-01-01-chef.md | 4 ++-- help/_posts/1970-01-01-debian.md | 4 ++-- help/_posts/1970-01-01-gitlab-ce.md | 10 +++++----- help/_posts/1970-01-01-gitlab-runner.md | 10 +++++----- help/_posts/1970-01-01-mongodb.md | 10 +++++----- help/_posts/1970-01-01-mysql.md | 4 ++-- help/_posts/1970-01-01-proxmox.md | 8 ++++---- help/_posts/1970-01-01-raspbian.md | 2 +- help/_posts/1970-01-01-ros.md | 4 ++-- help/_posts/1970-01-01-ros2.md | 4 ++-- help/_posts/1970-01-01-rudder.md | 4 ++-- help/_posts/1970-01-01-ubuntu-ports.md | 2 +- help/_posts/1970-01-01-ubuntu.md | 2 +- help/_posts/2016-06-19-virtualbox.md | 18 +++++++++--------- help/_posts/2019-02-15-grafana.md | 12 ++++++------ help/_posts/2021-05-25-influxdata.md | 8 ++++---- help/_posts/2022-01-07-erlang-solutions.md | 10 +++++----- help/_posts/2022-07-23-llvm-apt.md | 6 +++--- help/_posts/2022-08-03-wine-builds.md | 8 ++++---- 20 files changed, 68 insertions(+), 68 deletions(-) diff --git a/help/_posts/1970-01-01-archlinux.md b/help/_posts/1970-01-01-archlinux.md index 32acea1..40babe8 100644 --- a/help/_posts/1970-01-01-archlinux.md +++ b/help/_posts/1970-01-01-archlinux.md @@ -48,7 +48,7 @@ Server = {{http_protocol}}{{mirror}}/$repo/os/$arch

-
+
 
 
@@ -66,7 +66,7 @@ Server = {{http_protocol}}{{mirror}}/$repo/os/$arch

-
+
 
 
@@ -86,7 +86,7 @@ Server = {{http_protocol}}{{mirror}}/$repo/os/$arch

-
+
 
 
diff --git a/help/_posts/1970-01-01-chef.md b/help/_posts/1970-01-01-chef.md index ec19483..fd3b657 100644 --- a/help/_posts/1970-01-01-chef.md +++ b/help/_posts/1970-01-01-chef.md @@ -62,7 +62,7 @@ deb {{http_protocol}}{{mirror}}/apt/stable {{release_name}} main

-
+
 
 
@@ -88,7 +88,7 @@ gpgkey=https://packages.chef.io/chef.asc

-
+
 
 
diff --git a/help/_posts/1970-01-01-debian.md b/help/_posts/1970-01-01-debian.md index 49b88f8..449ce78 100644 --- a/help/_posts/1970-01-01-debian.md +++ b/help/_posts/1970-01-01-debian.md @@ -44,7 +44,7 @@ Debian Buster 以上版本默认支持 HTTPS 源。如果遇到无法拉取 HTTP

-
+
 
 
@@ -109,7 +109,7 @@ deb {{http_protocol}}{{mirror}}/ {{release_name}} main contrib non-free non-free

-
+
 
 
diff --git a/help/_posts/1970-01-01-gitlab-ce.md b/help/_posts/1970-01-01-gitlab-ce.md index 521ef40..b394ba5 100644 --- a/help/_posts/1970-01-01-gitlab-ce.md +++ b/help/_posts/1970-01-01-gitlab-ce.md @@ -46,7 +46,7 @@ curl https://packages.gitlab.com/gpg.key 2> /dev/null | {{sudo}}apt-key add - &>

-
+
 
 
@@ -80,7 +80,7 @@ deb {{http_protocol}}{{mirror}}/{{os_name}} {{release_name}} main

-
+
 
 
@@ -99,7 +99,7 @@ deb {{http_protocol}}{{mirror}}/{{os_name}} {{release_name}} main

-
+
 
 
@@ -124,7 +124,7 @@ enabled=1

-
+
 
 
@@ -143,7 +143,7 @@ enabled=1

-
+
 
 
diff --git a/help/_posts/1970-01-01-gitlab-runner.md b/help/_posts/1970-01-01-gitlab-runner.md index efad3bb..1484c5a 100644 --- a/help/_posts/1970-01-01-gitlab-runner.md +++ b/help/_posts/1970-01-01-gitlab-runner.md @@ -46,7 +46,7 @@ curl https://packages.gitlab.com/gpg.key 2> /dev/null | {{sudo}}apt-key add - &>

-
+
 
 
@@ -80,7 +80,7 @@ deb {{http_protocol}}{{mirror}}/{{os_name}} {{release_name}} main

-
+
 
 
@@ -100,7 +100,7 @@ deb {{http_protocol}}{{mirror}}/{{os_name}} {{release_name}} main

-
+
 
 
@@ -127,7 +127,7 @@ gpgkey=https://packages.gitlab.com/gpg.key

-
+
 
 
@@ -146,7 +146,7 @@ gpgkey=https://packages.gitlab.com/gpg.key

-
+
 
 
diff --git a/help/_posts/1970-01-01-mongodb.md b/help/_posts/1970-01-01-mongodb.md index e09c353..ae96dca 100644 --- a/help/_posts/1970-01-01-mongodb.md +++ b/help/_posts/1970-01-01-mongodb.md @@ -60,7 +60,7 @@ wget -qO - https://www.mongodb.org/static/pgp/server-{{version}}.asc | {{sudo}}a

-
+
 
 
@@ -106,7 +106,7 @@ deb {{http_protocol}}{{mirror}}/apt/{{os_name}} {{release_name}}/mongodb-org/{{v

-
+
 
 
@@ -125,7 +125,7 @@ deb {{http_protocol}}{{mirror}}/apt/{{os_name}} {{release_name}}/mongodb-org/{{v

-
+
 
 
@@ -150,7 +150,7 @@ enabled=1

-
+
 
 
@@ -169,7 +169,7 @@ enabled=1

-
+
 
 
diff --git a/help/_posts/1970-01-01-mysql.md b/help/_posts/1970-01-01-mysql.md index 2fb37f1..7ec8c1a 100644 --- a/help/_posts/1970-01-01-mysql.md +++ b/help/_posts/1970-01-01-mysql.md @@ -71,7 +71,7 @@ deb {{http_protocol}}{{mirror}}/apt/{{os_name}} {{release_name}} mysql-{{version

-
+
 
 
@@ -135,7 +135,7 @@ gpgkey=https://repo.mysql.com/RPM-GPG-KEY-mysql

-
+
 
 
diff --git a/help/_posts/1970-01-01-proxmox.md b/help/_posts/1970-01-01-proxmox.md index 20765d6..7b95a92 100644 --- a/help/_posts/1970-01-01-proxmox.md +++ b/help/_posts/1970-01-01-proxmox.md @@ -72,7 +72,7 @@ deb {{http_protocol}}{{mirror}}/debian/{{service}} {{release_name}} {{service}}-

-
+
 
 
@@ -92,7 +92,7 @@ deb {{http_protocol}}{{mirror}}/debian/{{service}} {{release_name}} {{service}}-

-
+
 
 
@@ -115,7 +115,7 @@ deb {{http_protocol}}{{mirror}}/debian/{{service}} {{release_name}} {{service}}-

-
+
 
 
@@ -135,7 +135,7 @@ sed -i 's|http://download.proxmox.com|{{http_protocol}}{{mirror}}|g' /usr/share/

-
+
 
 
diff --git a/help/_posts/1970-01-01-raspbian.md b/help/_posts/1970-01-01-raspbian.md index b6b013c..667416e 100644 --- a/help/_posts/1970-01-01-raspbian.md +++ b/help/_posts/1970-01-01-raspbian.md @@ -94,7 +94,7 @@ deb {{http_protocol}}{{mirror}}/raspbian/ {{release_name}} main non-free contrib

-
+
 
 
diff --git a/help/_posts/1970-01-01-ros.md b/help/_posts/1970-01-01-ros.md index bc1b15f..a569ba1 100644 --- a/help/_posts/1970-01-01-ros.md +++ b/help/_posts/1970-01-01-ros.md @@ -57,7 +57,7 @@ deb {{http_protocol}}{{mirror}}/ubuntu/ {{release_name}} main

-
+
 
 
@@ -76,7 +76,7 @@ deb {{http_protocol}}{{mirror}}/ubuntu/ {{release_name}} main

-
+
 
 
diff --git a/help/_posts/1970-01-01-ros2.md b/help/_posts/1970-01-01-ros2.md index 0f2d8f3..7c2035f 100644 --- a/help/_posts/1970-01-01-ros2.md +++ b/help/_posts/1970-01-01-ros2.md @@ -43,7 +43,7 @@ mirrorid: ros2

-
+
 
 
@@ -74,7 +74,7 @@ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-a

-
+
 
 
diff --git a/help/_posts/1970-01-01-rudder.md b/help/_posts/1970-01-01-rudder.md index 41658dc..5f3aa72 100644 --- a/help/_posts/1970-01-01-rudder.md +++ b/help/_posts/1970-01-01-rudder.md @@ -71,7 +71,7 @@ deb {{http_protocol}}{{mirror}}/apt/{{version}} {{release_name}} main

-
+
 
 
@@ -107,7 +107,7 @@ gpgkey=https://repository.rudder.io/rpm/rudder_rpm_key.pub

-
+
 
 
diff --git a/help/_posts/1970-01-01-ubuntu-ports.md b/help/_posts/1970-01-01-ubuntu-ports.md index cb71e65..c81d8be 100644 --- a/help/_posts/1970-01-01-ubuntu-ports.md +++ b/help/_posts/1970-01-01-ubuntu-ports.md @@ -102,7 +102,7 @@ deb {{http_protocol}}{{mirror}}/ {{release_name}}-backports main restricted univ

-
+
 
 
diff --git a/help/_posts/1970-01-01-ubuntu.md b/help/_posts/1970-01-01-ubuntu.md index 9941831..3010ae6 100644 --- a/help/_posts/1970-01-01-ubuntu.md +++ b/help/_posts/1970-01-01-ubuntu.md @@ -104,7 +104,7 @@ deb {{http_protocol}}{{mirror}}/ {{release_name}}-backports main restricted univ

-
+
 
 
diff --git a/help/_posts/2016-06-19-virtualbox.md b/help/_posts/2016-06-19-virtualbox.md index 6fe110b..1fc1698 100644 --- a/help/_posts/2016-06-19-virtualbox.md +++ b/help/_posts/2016-06-19-virtualbox.md @@ -45,7 +45,7 @@ mirrorid: virtualbox

-
+
 
 
@@ -65,7 +65,7 @@ mirrorid: virtualbox

-
+
 
 
@@ -85,7 +85,7 @@ mirrorid: virtualbox

-
+
 
 
@@ -123,7 +123,7 @@ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | {{sudo}}a

-
+
 
 
@@ -141,7 +141,7 @@ wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | {{sudo}}apt-ke

-
+
 
 
@@ -176,7 +176,7 @@ deb {{http_protocol}}{{mirror}}/apt/ {{release_name}} contrib

-
+
 
 
@@ -196,7 +196,7 @@ deb {{http_protocol}}{{mirror}}/apt/ {{release_name}} contrib

-
+
 
 
@@ -221,7 +221,7 @@ enabled=1

-
+
 
 
@@ -241,7 +241,7 @@ enabled=1

-
+
 
 
diff --git a/help/_posts/2019-02-15-grafana.md b/help/_posts/2019-02-15-grafana.md index 0caed58..27cc8be 100644 --- a/help/_posts/2019-02-15-grafana.md +++ b/help/_posts/2019-02-15-grafana.md @@ -43,7 +43,7 @@ mirrorid: grafana

-
+
 
 
@@ -61,7 +61,7 @@ mirrorid: grafana

-
+
 
 
@@ -89,7 +89,7 @@ deb [signed-by=/usr/share/keyrings/grafana.key] {{http_protocol}}{{mirror}}/apt/

-
+
 
 
@@ -109,7 +109,7 @@ deb [signed-by=/usr/share/keyrings/grafana.key] {{http_protocol}}{{mirror}}/apt/

-
+
 
 
@@ -134,7 +134,7 @@ gpgcheck=0

-
+
 
 
@@ -159,7 +159,7 @@ exclude=*beta*

-
+
 
 
diff --git a/help/_posts/2021-05-25-influxdata.md b/help/_posts/2021-05-25-influxdata.md index dc0d318..136f248 100644 --- a/help/_posts/2021-05-25-influxdata.md +++ b/help/_posts/2021-05-25-influxdata.md @@ -49,7 +49,7 @@ cat influxdata-archive_compat.key | gpg --dearmor | {{sudo}}tee /etc/apt/trusted

-
+
 
 
@@ -67,7 +67,7 @@ deb {{http_protocol}}{{mirror}}/debian/ stable main

-
+
 
 
@@ -86,7 +86,7 @@ deb {{http_protocol}}{{mirror}}/debian/ stable main

-
+
 
 
@@ -120,7 +120,7 @@ gpgkey=https://repos.influxdata.com/influxdata-archive_compat.key

-
+
 
 
diff --git a/help/_posts/2022-01-07-erlang-solutions.md b/help/_posts/2022-01-07-erlang-solutions.md index 5a84807..6b1cfb9 100644 --- a/help/_posts/2022-01-07-erlang-solutions.md +++ b/help/_posts/2022-01-07-erlang-solutions.md @@ -54,7 +54,7 @@ curl -s https://packages.erlang-solutions.com/{{os_name}}/erlang_solutions.asc |

-
+
 
 
@@ -87,7 +87,7 @@ deb {{http_protocol}}{{mirror}}/{{os_name}} {{release_name}} contrib

-
+
 
 
@@ -107,7 +107,7 @@ deb {{http_protocol}}{{mirror}}/{{os_name}} {{release_name}} contrib

-
+
 
 
@@ -138,7 +138,7 @@ enabled=1

-
+
 
 
@@ -157,7 +157,7 @@ enabled=1

-
+
 
 
diff --git a/help/_posts/2022-07-23-llvm-apt.md b/help/_posts/2022-07-23-llvm-apt.md index 9990b36..e5b9c73 100644 --- a/help/_posts/2022-07-23-llvm-apt.md +++ b/help/_posts/2022-07-23-llvm-apt.md @@ -59,7 +59,7 @@ chmod +x llvm.sh

-
+
 
 
@@ -79,7 +79,7 @@ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | {{sudo}}apt-key add -

-
+
 
 
@@ -137,7 +137,7 @@ deb {{http_protocol}}{{mirror}}/{{release_name}}/ llvm-toolchain-{{release_name}

-
+
 
 
diff --git a/help/_posts/2022-08-03-wine-builds.md b/help/_posts/2022-08-03-wine-builds.md index fc28eb0..ba9451b 100644 --- a/help/_posts/2022-08-03-wine-builds.md +++ b/help/_posts/2022-08-03-wine-builds.md @@ -44,7 +44,7 @@ mirrorid: wine-builds

-
+
 
 
@@ -62,7 +62,7 @@ mirrorid: wine-builds

-
+
 
 
@@ -93,7 +93,7 @@ deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] {{http_pr

-
+
 
 
@@ -112,7 +112,7 @@ deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] {{http_pr

-
+