Fix broken rclone installation
This commit is contained in:
parent
79fd79caf7
commit
49924e3d0a
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
yay --noconfirm -Syu rclone;
|
yay --noconfirm -Syu rclone;
|
||||||
source "../../../Common/Config/rclone/install.sh";
|
source "../../../Common/Config/rclone/install.sh";
|
||||||
|
pushd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue