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