#!/bin/bash apt update apt install unzip -y wget https://github.com/l3v11/gclone/releases/download/v1.60.1-fog/gclone-v1.60.1-fog-linux-amd64.zip unzip gclone-v1.60.1-fog-linux-amd64.zip cd gclone-v1.60.1-fog-linux-amd64 cp gclone /usr/bin/gclone chmod 755 /usr/bin/gclone chown root:root /usr/bin/gclone