From e0fb987be75f36c2a888cec2a5ec304dbb3d5220 Mon Sep 17 00:00:00 2001 From: Keshav Anand <163459625+KeshavAnandCode@users.noreply.github.com> Date: Sat, 18 Oct 2025 13:02:20 -0500 Subject: [PATCH] Update Linux command to use correct script URL --- terminalOneLiners.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminalOneLiners.txt b/terminalOneLiners.txt index 8363753..b7c533c 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-mac.sh)" for linux -iwr -useb https://terminalportfolio.keshavanand.net/run-windows.ps1 | iex. for Windows \ No newline at end of file +/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