From f5d81b8a4e935735138aa993f61e917a06e1d9f4 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Wed, 13 Mar 2024 19:09:22 +0000 Subject: [PATCH] Update 'laptop.bat' --- laptop.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/laptop.bat b/laptop.bat index 52b87b1..d9ef1d7 100644 --- a/laptop.bat +++ b/laptop.bat @@ -3,9 +3,11 @@ cd /D "%~dp0" color 0a title [Laptop] 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.... wingetl.bat -powershell -command "irm | 'http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/common-stream.ps1' iex" echo Done. pause \ No newline at end of file