From 811443f5678f39dc3cf752bb8377e5fa486b778e Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Wed, 13 Mar 2024 19:08:32 +0000 Subject: [PATCH] Update 'desktop.bat' --- desktop.bat | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/desktop.bat b/desktop.bat index 2a065b1..6dc3445 100644 --- a/desktop.bat +++ b/desktop.bat @@ -1,13 +1,13 @@ -@echo off -cd /D "%~dp0" -color 0a -title [Desktop] Sams Chris Titus Overlay - -echo Doing common stuff... -common.bat - -echo Installing apps fron winget config file.... -wingetd.bat - -echo Done. +@echo off +cd /D "%~dp0" +color 0a +title [Desktop] Sams Chris Titus Overlay + +echo Doing common stuff... +powershell -command "irm | 'http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/common-stream.ps1' iex" + +echo Installing apps fron winget config file.... +wingetd.bat + +echo Done. pause \ No newline at end of file