Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Install a powershell module if it's not already installed

Notifications You must be signed in to change notification settings

krokofant/PS-Install-If-Missing

Repository files navigation

👾 PS Install If Missing

Make sure that your dependent PSModules are installed.

Usage

Install-IfMissing posh-git

Installation

1. Install scoop

set-executionpolicy remotesigned -s currentuser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

2. Install the powershell bucket

scoop bucket add powershell-tools https://github.com/krokofant/scoop-powershell-bucket.git

3. Install PS-Install-If-Missing

scoop install PS-Install-If-Missing

About

Install a powershell module if it's not already installed

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published