From d889a6072d8efd804bd85794ed9b53f26f0dec27 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Sat, 18 Oct 2025 16:53:07 -0500 Subject: [PATCH] changed --- terminalOneLiners.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminalOneLiners.txt b/terminalOneLiners.txt index b7c533c..d745f0e 100644 --- a/terminalOneLiners.txt +++ b/terminalOneLiners.txt @@ -1,3 +1,3 @@ /bin/bash -c "$(curl -fsSL https://terminalportfolio.keshavanand.net/run-mac.sh)" for Mac /bin/bash -c "$(curl -fsSL https://terminalportfolio.keshavanand.net/run-linux.sh)" for linux -iwr -useb https://terminalportfolio.keshavanand.net/run-windows.ps1 | iex. for Windows +powershell -Command "iwr https://terminalportfolio.keshavanand.net/run-windows.bat -OutFile \$env:TEMP\run-windows.bat; Start-Process \$env:TEMP\run-windows.bat -Wait" \ No newline at end of file