From 8ba08e853e0707e7345abe06c8fb9d37cdf95d68 Mon Sep 17 00:00:00 2001 From: ppvnf <73800734+ppvnf@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:11:43 -0300 Subject: [PATCH] Update install_scoop.cmd --- wingetui/resources/install_scoop.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wingetui/resources/install_scoop.cmd b/wingetui/resources/install_scoop.cmd index 9d7c6bb001..3eaf7e7531 100644 --- a/wingetui/resources/install_scoop.cmd +++ b/wingetui/resources/install_scoop.cmd @@ -1,5 +1,5 @@ @echo off -echo This script is going to install scoop and it's required dependencies required by WingetUI. +echo This script is going to install scoop and the dependencies required by WingetUI. pause powershell -NoProfile -Command "Set-ExecutionPolicy RemoteSigned -Scope CurrentUser" echo Installing scoop... @@ -7,4 +7,4 @@ powershell -NoProfile -Command "iex ""& {$(irm get.scoop.sh)} -RunAsAdmin""" echo Installing git... powershell -NoProfile -Command "scoop install git" echo Done! -pause \ No newline at end of file +pause