12 lines
205 B
Fish
Executable file
12 lines
205 B
Fish
Executable file
#!/bin/env fish
|
|
begin
|
|
set -l dir (status dirname)
|
|
source "$dir/../../Scripts/software.fish"
|
|
|
|
function installSW -V dir
|
|
sudo -HE pwsh "$dir/Main.ps1"
|
|
end
|
|
|
|
runInstaller $argv
|
|
end
|