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/../../Scripts/Software.ps1";
|
||||
. "$PSScriptRoot/../../Scripts/System.ps1";
|
||||
. "$PSScriptRoot/../../../lib/Software.ps1";
|
||||
. "$PSScriptRoot/../../../lib/System.ps1";
|
||||
. "$PSScriptRoot/../../Types/InstallerAction.ps1";
|
||||
|
||||
& {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
begin
|
||||
set -l dir (status dirname)
|
||||
set -l base "$dir/Main.ps1"
|
||||
source "$(status dirname)/../../Scripts/software.fish"
|
||||
source "$(status dirname)/../../../lib/software.fish"
|
||||
|
||||
function configureSW -S -V base
|
||||
pwsh "$base" Configure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue