$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Yaourt on Antergos Gnu/Linux

September 5, 2019 | By the+gnu+linux+evangelist.

Setting Up

  1. Make Pacman Repo File
    Use nano Editor like:

    sudo nano /etc/pacman.conf

    Append:

    [archlinuxfr]
    SigLevel = Never
    Server = http://repo.archlinux.fr/$arch
    

    Ctrl+x to Save and close the file.

  2. Then to Install Yaourt
    Simply run:

    sudo pacman -Sy yaourt

Thanks to ostechnix.com

Contents