summarylogtreecommitdiffstats
path: root/osulauncher
diff options
context:
space:
mode:
Diffstat (limited to 'osulauncher')
-rwxr-xr-xosulauncher7
1 files changed, 1 insertions, 6 deletions
diff --git a/osulauncher b/osulauncher
index b1d1dd5ba60a..5650bb11be49 100755
--- a/osulauncher
+++ b/osulauncher
@@ -111,13 +111,8 @@ esac
if [ ! -d "$WINEPREFIX" ]
then
- if [ ! -t 0 ]
- then
- xterm -e "/opt/osu/osulauncher install"
- else
- doinstall
+ doinstall
exit 0
- fi
fi
vblank_mode=0 wine "$WINEPREFIX/drive_c/users/$USER/Local Settings/Application Data/osu!/osu!.exe" $@