Fix broken rclone installation

This commit is contained in:
Manuel Thalmann 2023-04-05 11:05:00 +02:00
parent 4d37de1c13
commit 3386bef830

View file

@ -1,3 +1,5 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu rclone;
source "../../../Common/Config/rclone/install.sh";
pushd > /dev/null;