Skip to content

Commit

Permalink
update path to work for my ubuntu 20.04 install
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyKennedy committed Jul 10, 2020
1 parent 339920a commit d35339f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proton-ge-custom-updater
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ install() {
}

# Check if steam is installed regularly, either in one of the two locations
if [ -d "$HOME/.local/share/Steam" ] || [ -d "$HOME/.steam/steam" ]; then
if [ -d "$HOME/.local/share/Steam" ] || [ -d "$HOME/.steam" ]; then
echo "--> Regular Steam installation found. Installing..."
install "$HOME/.local/share/Steam" || install "$HOME/.steam/steam"
install "$HOME/.local/share/Steam" || install "$HOME/.steam"
else
echo "--> Steam does not seem to be installed as a regular package. No changes were made."
fi
Expand Down

0 comments on commit d35339f

Please sign in to comment.