From 32d940ce8e7c9275b808df0757018742dbb7b117 Mon Sep 17 00:00:00 2001 From: Elia Farin Date: Fri, 30 May 2025 12:24:04 -0500 Subject: [PATCH] Updated install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 878297a..abc36bc 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,8 @@ unsupported_shell () { echo "Your shell $SHELL is not supported by this install script" echo "You will need to manually install by extracting a tarball from" echo "https://github.com/charwrangler404/steamtricks/releases to your home folder" - echo "and setting the STEAMTRICKS_PREFIX environment variable in your shell's profile" + echo "and setting the STEAMTRICKS_PREFIX to your shell's environment, as well as" + echo "$HOME/.steamtricks/bin to your PATH" } install () { @@ -14,7 +15,6 @@ install () { echo "export STEAMTRICKS_PREFIX=\"~/.steamtricks\"">>"${SHELLPROFILE}" echo "export PATH=\"\$PATH:$HOME/.steamtricks/bin\"">>${SHELLPROFILE} source "${SHELLPROFILE}" - edit_prefix } install_manager () {