From 37b6dacfcf7d5b84605ca0d7e54a5e517d41b8fb Mon Sep 17 00:00:00 2001 From: Hamcha Date: Tue, 8 Nov 2022 11:00:30 +0100 Subject: [PATCH] Add flag to make Pscx compile --- install/pscx.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pscx.ps1 b/install/pscx.ps1 index dba0d30..e45bc5a 100644 --- a/install/pscx.ps1 +++ b/install/pscx.ps1 @@ -1 +1 @@ -Install-Module Pscx -Scope CurrentUser \ No newline at end of file +Install-Module Pscx -Scope CurrentUser -AllowClobber \ No newline at end of file