From 2072b896bac585332c459bf99a7da08c0fec204e Mon Sep 17 00:00:00 2001 From: Giovanni Bassi Date: Thu, 17 Nov 2022 18:40:07 -0300 Subject: [PATCH] Remove manual Scoop installation After https://github.com/ScoopInstaller/Scoop/issues/5208 was fixed. --- Setup/InstallTools-Windows-NonElevated.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Setup/InstallTools-Windows-NonElevated.ps1 b/Setup/InstallTools-Windows-NonElevated.ps1 index a2a3bff..acf8305 100644 --- a/Setup/InstallTools-Windows-NonElevated.ps1 +++ b/Setup/InstallTools-Windows-NonElevated.ps1 @@ -41,7 +41,6 @@ function Invoke-ScoopSetup { 0 { #run scoop import $PSScriptRoot\scoopfile.json - scoop install ((Get-Content $PSScriptRoot/scoopfile.json | ConvertFrom-Json).apps.Name) # todo: remove when https://github.com/ScoopInstaller/Scoop/issues/5208 is fixed } 2 { #view