4 lines
92 B
Bash
4 lines
92 B
Bash
|
#!/bin/bash
|
||
|
yay --noconfirm -Syu rclone;
|
||
|
source "../../../Common/Config/rclone/install.sh";
|