Restructure the script directory
This commit is contained in:
parent
772b7adc0b
commit
c4250cd27d
150 changed files with 248 additions and 248 deletions
|
@ -1,5 +1,5 @@
|
|||
. "$PSScriptRoot/../powershell/Module.ps1";
|
||||
. "$PSScriptRoot/../../Scripts/Software.ps1";
|
||||
. "$PSScriptRoot/../../../lib/Software.ps1";
|
||||
|
||||
$parameters = Get-ModuleInstallerComponents "posh-git";
|
||||
Start-SoftwareInstaller @args @parameters;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../../Scripts/software.fish"
|
||||
source "$dir/../../../lib/software.fish"
|
||||
|
||||
function installSW -V dir
|
||||
sudo -HE pwsh "$dir/Main.ps1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue