mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Updated the manuals
This commit is contained in:
@ -7,7 +7,7 @@ NOTE: Apps from Microsoft Store are preferred (due to security and automatic upd
|
||||
Parameters
|
||||
----------
|
||||
```powershell
|
||||
PS> ./install-basic-apps.ps1 [<CommonParameters>]
|
||||
/home/markus/Repos/PowerShell/scripts/install-basic-apps.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
@ -21,7 +21,7 @@ PS> ./install-basic-apps.ps1
|
||||
⏳ (1) Loading data/basic-apps.csv... 37 apps listed
|
||||
⏳ (2) Applications to install/upgrade: 7-Zip · Aquile Reader ...
|
||||
...
|
||||
✔️ Installed 37 basic apps (0 skipped) in 387 sec.
|
||||
✅ Installed 37 basic apps (0 skipped) in 387 sec.
|
||||
|
||||
```
|
||||
|
||||
@ -47,7 +47,7 @@ Script Content
|
||||
⏳ (1) Loading data/basic-apps.csv... 37 apps listed
|
||||
⏳ (2) Applications to install/upgrade: 7-Zip · Aquile Reader ...
|
||||
...
|
||||
✔️ Installed 37 basic apps (0 skipped) in 387 sec.
|
||||
✅ Installed 37 basic apps (0 skipped) in 387 sec.
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
@ -85,7 +85,7 @@ try {
|
||||
}
|
||||
[int]$numInstalled = ($numEntries - $numSkipped)
|
||||
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
|
||||
"✔️ Installed $numInstalled basic apps ($numSkipped skipped) in $elapsed sec."
|
||||
"✅ Installed $numInstalled basic apps ($numSkipped skipped) in $elapsed sec."
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
@ -93,4 +93,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-apps.ps1 as of 08/15/2024 09:50:48)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-apps.ps1 as of 11/08/2024 12:34:49)*
|
||||
|
Reference in New Issue
Block a user