Fix include files in AsciiDoc(tor) config
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
99c942e09e
commit
07e647032f
6 changed files with 11 additions and 7 deletions
|
@ -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[]
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue