Use includes for code blocks instead of repeating in multilingual pages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5df3d79894
commit
ee925c993a
4 changed files with 8 additions and 8 deletions
50
content/korhonen_aur/index.adoc
Normal file
50
content/korhonen_aur/index.adoc
Normal file
|
@ -0,0 +1,50 @@
|
|||
---
|
||||
title: Korhonen AUR
|
||||
date: 2022-03-25
|
||||
---
|
||||
= Korhonen AUR
|
||||
|
||||
This is a repository of prebuilt AUR packages that I use myself. I
|
||||
decided to share it openly on the internet if somebody else finds it
|
||||
useful.
|
||||
|
||||
== Note!
|
||||
|
||||
All of the packages in this repository are optimized for x86-v3. To
|
||||
check if you CPU is supported, run the following command
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
/lib/ld-linux-x86-64.so.2 --help | grep "x86-64-v3 (supported, searched)"
|
||||
----
|
||||
|
||||
If the command outputs nothing, your CPU is not supported. Otherwise,
|
||||
you are good to go!
|
||||
|
||||
== Support
|
||||
|
||||
This repository comes with *no support* and *no guarantee of uptime*.
|
||||
The server that this repository lives in is behind 4G broadband, so
|
||||
speeds might vary based on weather and other factors.
|
||||
|
||||
I update the packages sporadically, more than likely multiple times a
|
||||
week and if I'm not too busy, daily. If you have packages that you would
|
||||
like to be included here,
|
||||
mailto:aur@marko.korhonen.cc?subject=Package%20request%20for%20Korhonen%20AUR[email
|
||||
me] and I'll see what I can do.
|
||||
|
||||
== Usage
|
||||
|
||||
First, add link:/pgp[my PGP key] to your pacman keyring and trust it
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
include::content/korhonen_aur/pacman-commands.sh[]
|
||||
----
|
||||
|
||||
Then add the following to your `/etc/pacman.conf`
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
include::content/korhonen_aur/pacman.conf[]
|
||||
----
|
49
content/korhonen_aur/index.fi.adoc
Normal file
49
content/korhonen_aur/index.fi.adoc
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
title: Korhonen AUR
|
||||
date: 2022-03-25
|
||||
---
|
||||
= Korhonen AUR
|
||||
|
||||
Tämä on Arch Linux repo joka koostuu AUR paketeista joita käytän itse.
|
||||
Ajattelin jakaa tämän julkisesti netissä jos joku tästä jotain
|
||||
hyötyisi.
|
||||
|
||||
== Huomio!
|
||||
|
||||
Kaikki tämän repon paketit on optimoitu x86-v3 arkkitehtuurille.
|
||||
Tarkastaaksesi oman prosessorisi yhteensopivuuden, aja seuraava komento.
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
/lib/ld-linux-x86-64.so.2 --help | grep "x86-64-v3 (supported, searched)"
|
||||
----
|
||||
|
||||
Jos edeltävä komento ei tulosta mitään, prosessorisi ei valitettavasti
|
||||
ole tuettu. Muussa tapauksessa voit jatkaa!
|
||||
|
||||
== Tuki
|
||||
|
||||
Tällä repolla ei ole minkäänlaista tukea eikä mitään takeita
|
||||
ylhäälläoloajasta. Serveri jolla tämä repo pyörii on 4G laajakaistan
|
||||
takana, joten nopeudet voivat vaihdella paljonkin sään ja muiden muuttujien vaikutuksesta.
|
||||
|
||||
Päivitän paketteja satunnaisesti, kuitenkin luultavasti useita kertoja
|
||||
viikossa. Jos haluaisit jonkun paketin lisättäväksi repoon, mailto:aur@marko.korhonen.cc?subject=Package%20request%20for%20Korhonen%20AUR[lähetä sähköpostia] niin katsotaan mitä on tehtävissä.
|
||||
|
||||
== Käyttö
|
||||
|
||||
Ensiksi, lisää link:/fi/pgp[PGP avaimeni] pacman
|
||||
avainnippuusi ja luota siihen
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
include::content/korhonen_aur/pacman-commands.sh[]
|
||||
----
|
||||
|
||||
Sitten lisää seuraava sisältö pacman konfiguraatioosi
|
||||
(`/etc/pacman.conf`)
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
include::content/korhonen_aur/pacman.conf[]
|
||||
----
|
2
content/korhonen_aur/pacman-commands.sh
Normal file
2
content/korhonen_aur/pacman-commands.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
curl 'https://korhonen.cc/pgp/marko_korhonen_gpg.asc' | sudo pacman-key -a -
|
||||
sudo pacman-key --lsign-key E40A9DD549AA7A3CFCCBBC3D911B85FBC6003FE5
|
2
content/korhonen_aur/pacman.conf
Normal file
2
content/korhonen_aur/pacman.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[korhonen_aur]
|
||||
Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch
|
Loading…
Add table
Add a link
Reference in a new issue