14 lines
258 B
Fish
Executable file
14 lines
258 B
Fish
Executable file
#!/bin/env fish
|
|
begin
|
|
set -l dir (status dirname)
|
|
source "$dir/../../Scripts/software.fish"
|
|
inherit "$dir/../../../Common/Software/rclone/main.fish"
|
|
|
|
function installSW
|
|
yayinst \
|
|
rclone
|
|
end
|
|
|
|
runInstaller $argv
|
|
end
|