Fix include files in AsciiDoc(tor) config
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Marko Korhonen 2022-07-18 22:19:18 +03:00
parent 99c942e09e
commit 07e647032f
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
6 changed files with 11 additions and 7 deletions

View file

@ -18,6 +18,9 @@ weight = 2
[markup]
[markup.asciidocExt]
workingFolderCurrent = true
[markup.asciidocExt.attributes]
source-highlighter = "rouge"

View file

@ -0,0 +1 @@
/lib/ld-linux-x86-64.so.2 --help | grep "x86-64-v3 (supported, searched)"

View file

@ -15,7 +15,7 @@ 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)"
include::code_blocks/check_processor.sh[]
----
If the command outputs nothing, your CPU is not supported. Otherwise,
@ -39,12 +39,12 @@ First, add link:/pgp[my PGP key] to your pacman keyring and trust it
[source,shell]
----
include::content/korhonen_aur/pacman-commands.sh[]
include::code_blocks/pacman_commands.sh[]
----
Then add the following to your `/etc/pacman.conf`
[source,shell]
[source,conf]
----
include::content/korhonen_aur/pacman.conf[]
include::code_blocks/pacman.conf[]
----

View file

@ -15,7 +15,7 @@ Tarkastaaksesi oman prosessorisi yhteensopivuuden, aja seuraava komento.
[source,shell]
----
/lib/ld-linux-x86-64.so.2 --help | grep "x86-64-v3 (supported, searched)"
include::code_blocks/check_processor.sh[]
----
Jos edeltävä komento ei tulosta mitään, prosessorisi ei valitettavasti
@ -37,7 +37,7 @@ avainnippuusi ja luota siihen
[source,shell]
----
include::content/korhonen_aur/pacman-commands.sh[]
include::code_blocks/pacman_commands.sh[]
----
Sitten lisää seuraava sisältö pacman konfiguraatioosi
@ -45,5 +45,5 @@ Sitten lisää seuraava sisältö pacman konfiguraatioosi
[source,shell]
----
include::content/korhonen_aur/pacman.conf[]
include::code_blocks/pacman.conf[]
----