Add description of 'install-firefox.ps1'

This commit is contained in:
Markus Fleschutz 2023-09-08 19:50:31 +02:00
parent d144dc3aa4
commit 843a12ed7d
2 changed files with 3 additions and 1 deletions

View File

@ -88,8 +88,9 @@ get-sha1.ps1, Prints the SHA1 checksum of the given file,
get-sha256.ps1, Prints the SHA256 checksum of the given file, get-sha256.ps1, Prints the SHA256 checksum of the given file,
hibernate.ps1, Enables hibernate mode for the local computer (needs admin rights), hibernate.ps1, Enables hibernate mode for the local computer (needs admin rights),
inspect-exe.ps1, Prints basic information of the given executable file, inspect-exe.ps1, Prints basic information of the given executable file,
install-chrome-browser.ps1, Installs the Google Chrome browser,
install-firefox.ps1, Installs the Firefox browser,
install-github-cli.ps1, Installs GitHub CLI, install-github-cli.ps1, Installs GitHub CLI,
install-google-chrome.ps1, Installs the Google Chrome browser,
install-knot-resolver.ps1, Installs the Knot Resolver (needs admin rights), install-knot-resolver.ps1, Installs the Knot Resolver (needs admin rights),
install-signal-cli.ps1, Installs signal-cli from github.com/AsamK/signal-cli, install-signal-cli.ps1, Installs signal-cli from github.com/AsamK/signal-cli,
install-ssh-client.ps1, Installs the SSH client (needs admin rights), install-ssh-client.ps1, Installs the SSH client (needs admin rights),

1 SCRIPT DESCRIPTION
88 get-sha256.ps1 Prints the SHA256 checksum of the given file
89 hibernate.ps1 Enables hibernate mode for the local computer (needs admin rights)
90 inspect-exe.ps1 Prints basic information of the given executable file
91 install-chrome-browser.ps1 Installs the Google Chrome browser
92 install-firefox.ps1 Installs the Firefox browser
93 install-github-cli.ps1 Installs GitHub CLI
install-google-chrome.ps1 Installs the Google Chrome browser
94 install-knot-resolver.ps1 Installs the Knot Resolver (needs admin rights)
95 install-signal-cli.ps1 Installs signal-cli from github.com/AsamK/signal-cli
96 install-ssh-client.ps1 Installs the SSH client (needs admin rights)

View File

@ -59,6 +59,7 @@ Mega Collection of PowerShell Scripts
| [hibernate.ps1](Scripts/hibernate.ps1) | Hibernates the local computer immediately. [Read more...](Docs/hibernate.md) | | [hibernate.ps1](Scripts/hibernate.ps1) | Hibernates the local computer immediately. [Read more...](Docs/hibernate.md) |
| [install-github-cli.ps1](Scripts/install-github-cli.ps1) | Installs GitHub CLI. [Read more...](Docs/install-github-cli.md) | | [install-github-cli.ps1](Scripts/install-github-cli.ps1) | Installs GitHub CLI. [Read more...](Docs/install-github-cli.md) |
| [install-chrome-browser.ps1](Scripts/install-chrome-browser.ps1) | Installs the Google Chrome browser. [Read more...](Docs/install-chrome-browser.md) | | [install-chrome-browser.ps1](Scripts/install-chrome-browser.ps1) | Installs the Google Chrome browser. [Read more...](Docs/install-chrome-browser.md) |
| [install-firefox.ps1](Scripts/install-firefox.ps1) | Installs the Firefox browser. [Read more...](Docs/install-firefox.md) |
| [install-knot-resolver.ps1](Scripts/install-knot-resolver.ps1) | Installs the Knot Resolver (needs admin rights). [Read more...](Docs/install-knot-resolver.md)| | [install-knot-resolver.ps1](Scripts/install-knot-resolver.ps1) | Installs the Knot Resolver (needs admin rights). [Read more...](Docs/install-knot-resolver.md)|
| [install-ssh-client.ps1](Scripts/install-ssh-client.ps1) | Installs a SSH client (needs admin rights). [Read more...](Docs/install-ssh-client.md) | | [install-ssh-client.ps1](Scripts/install-ssh-client.ps1) | Installs a SSH client (needs admin rights). [Read more...](Docs/install-ssh-client.md) |
| [install-ssh-server.ps1](Scripts/install-ssh-server.ps1) | Installs a SSH server (needs admin rights). [Read more...](Docs/install-ssh-server.md) | | [install-ssh-server.ps1](Scripts/install-ssh-server.ps1) | Installs a SSH server (needs admin rights). [Read more...](Docs/install-ssh-server.md) |