Add she-bang to all files
This commit is contained in:
parent
c02dc0816a
commit
487c83afb2
29 changed files with 29 additions and 0 deletions
scripts/Windows/OS
|
@ -1,3 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/Manage.ps1";
|
||||
. "$PSScriptRoot/Upgrade.ps1";
|
||||
. "$PSScriptRoot/User.ps1";
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../Scripts/Context.ps1";
|
||||
. "$PSScriptRoot/../Scripts/PersonalFiles.ps1";
|
||||
. "$PSScriptRoot/../Software/Nextcloud/Manage.ps1";
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
$null = $env:WIN_COMPUTER_NAME;
|
||||
$null = $env:SETUP_SCRIPT_NAME;
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../Scripts/Context.ps1";
|
||||
|
||||
function Update-WindowsInstallation([Context] $context)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../Scripts/Context.ps1";
|
||||
$preparedUsernameProperty = "AutoLoginUser";
|
||||
$preparedPasswordProperty = "AutoLoginPassword";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue