From 2855955aee09d37307cd5ff7c2b7f50d552fd950 Mon Sep 17 00:00:00 2001 From: charwrangler404 Date: Wed, 28 May 2025 21:22:07 -0500 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 503a003..f980cfe 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ install_manager () { case "$1" in sh) echo "Shell not supported"; exit 1 ;; - bash | zsh) cat multiple_install_manager.sh | tee -a "${HOME}/.${1}rc" + bash | zsh) curl https://github.com/charwrangler404/steamtricks/blob/f9d6e2d8db2a0577520118945701c9511ed0b8c3/multiple_install_manager.sh >> "${HOME}/.${1}rc" ;; *) echo "You will need to install this by manually adding it to either your /etc/profile for system-wide installation or to your shell's profile" ;;