Update Linux command to use correct script URL

This commit is contained in:
Keshav Anand
2025-10-18 13:02:20 -05:00
committed by GitHub
parent 547d19de30
commit e0fb987be7

View File

@@ -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-mac.sh)" for Mac
/bin/bash -c "$(curl -fsSL https://terminalportfolio.keshavanand.net/run-mac.sh)" for linux /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 iwr -useb https://terminalportfolio.keshavanand.net/run-windows.ps1 | iex. for Windows