diff --git a/Data/scripts.csv b/Data/scripts.csv index 4cd3f0f4..c80d5c43 100644 --- a/Data/scripts.csv +++ b/Data/scripts.csv @@ -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), diff --git a/README.md b/README.md index 2ac375db..422a8412 100644 --- a/README.md +++ b/README.md @@ -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) |