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

Step-by-step – Rclone Browser Debian Sid Installation

January 10, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing

    Then to Install Rclone Browser on Debian
    Simply run:

    sudo apt install curl

    And then to Setup RClone:

    sudo -v ; curl https://rclone.org/install.sh | sudo bash

    Last, for the UI:

    sudo apt install rclone-browser

    This Command yield the Fresh Rclone and Rclone Browser Setup from Sid.

Contents