2023-09-03 22:47:31 +00:00
|
|
|
#Mods for WAU (if Network is active/any Winget is installed/running as SYSTEM)
|
|
|
|
#Winget-Upgrade.ps1 calls this script with the code:
|
|
|
|
#[Write-ToLog "Running Mods for WAU..." "Yellow"
|
|
|
|
#& "$Mods\_WAU-mods.ps1"]
|
2023-09-03 23:00:27 +00:00
|
|
|
#Make sure your Functions have unique names!
|
2023-09-03 22:47:31 +00:00
|
|
|
#Exit 1 to Re-run WAU from this script!
|
|
|
|
|
|
|
|
<# FUNCTIONS #>
|
|
|
|
|
|
|
|
|
|
|
|
<# ARRAYS/VARIABLES #>
|
|
|
|
|
|
|
|
|
|
|
|
<# MAIN #>
|
|
|
|
|
|
|
|
|
|
|
|
Write-ToLog "...everything's already been done!" "Green"
|
|
|
|
Exit 0
|