Fixed steamtricks install

This commit is contained in:
Elia Farin
2025-05-30 16:16:58 -05:00
parent 5b44cb290a
commit d972f36f67
3 changed files with 20 additions and 16 deletions

View File

@@ -9,10 +9,10 @@ unsupported_shell () {
}
install () {
export $SHELLPROFILE="$1"
export SHELLPROFILE="$1"
mkdir $HOME/.steamtricks
cp -r steamtricks/* $HOME/.steamtricks
echo "export STEAMTRICKS_PREFIX=\"~/.steamtricks\"">>"${SHELLPROFILE}"
echo "export STEAMTRICKS_PREFIX=\"$HOME/.steamtricks\"">>"${SHELLPROFILE}"
echo "export PATH=\"\$PATH:$HOME/.steamtricks/bin\"">>"${SHELLPROFILE}"
echo "Install completed! Please source your profile $SHELLPROFILE to load the changes!"