Update Linux command to use correct script URL
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user