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

How to Install Yay on Manjaro 18 Gnu/Linux

December 19, 2019 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Installing

    Then to Install Yay on Manjaro
    First, Clone the Git Repo with:

    git clone https://aur.archlinux.org/yay.git

    Access the Target:

    cd yay

    Then on a New System possibly first Upgrade it with:

    sudo pacman -Syu

    And finally, to Install Yay play:

    makepkg -si

    Enter the User’s Admin Password and Confirm for Installation.

Contents