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

6 lines
150 B
Bash
Raw Normal View History

#!/bin/bash
2023-04-05 09:05:00 +00:00
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu rclone;
source "../../../Common/Config/rclone/install.sh";
2023-04-05 09:05:00 +00:00
pushd > /dev/null;