You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installer.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
59
59
fi
60
60
61
61
# Detect OS and perform OS-specific tasks
62
-
if [[ "$OSTYPE"=="linux-gnu"* ]];then
62
+
if [[ "$OSTYPE"=="linux-gnu"*||"$OSTYPE"=="linux"]];then
63
63
echo"Setting up service file for Linux"
64
64
mkdir -p "$HOME/.config/systemd/user"
65
65
sed -e "s~steam-presence/bin/python~steam-presence/venv/bin/python~g" -e "s~/home/deck/steam-presence~$PWD~g""$PWD/steam-presence.service">$HOME/.config/systemd/user/steam-presence.service
0 commit comments