mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-03 05:31:03 +02:00
Add description of 'install-firefox.ps1'
This commit is contained in:
parent
d144dc3aa4
commit
843a12ed7d
@ -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,
|
||||
hibernate.ps1, Enables hibernate mode for the local computer (needs admin rights),
|
||||
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-google-chrome.ps1, Installs the Google Chrome browser,
|
||||
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-ssh-client.ps1, Installs the SSH client (needs admin rights),
|
||||
|
|
@ -59,6 +59,7 @@ Mega Collection of PowerShell Scripts
|
||||
| [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-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-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) |
|
||||
|
Loading…
Reference in New Issue
Block a user