PortValhalla/scripts/Arch/Software/rclone/install.sh

4 lines
92 B
Bash
Raw Normal View History

#!/bin/bash
yay --noconfirm -Syu rclone;
source "../../../Common/Config/rclone/install.sh";