########## MARK: Install latest rclone version ##### MARK: AMD64 ### curl -fsSL https://kr2.mirrors.naho.moe/naho/tools/install_rclone_latest_amd64.sh | bash - # MARK: For hoshinova or normal clients /usr/bin/curl -fsSL https://gist.githubusercontent.com/Cellularhacker/d8e87f0e2a068802971cf4b22205e468/raw/linux-tools-upgrade_rclone.hoshinova.sh | bash - # MARK: For mirror servers /usr/bin/curl -fsSL https://gist.githubusercontent.com/Cellularhacker/d8e87f0e2a068802971cf4b22205e468/raw/linux-tools-upgrade_rclone.mirror.sh | bash - # MARK: ARM64 curl -fsSL https://kr2.mirrors.naho.moe/naho/tools/install_rclone_latest_arm64.sh | bash -