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