summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/unix-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Installer/unix-install.sh')
-rw-r--r--src/SMAPI.Installer/unix-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Installer/unix-install.sh b/src/SMAPI.Installer/unix-install.sh
index a0bd9346..df02bb37 100644
--- a/src/SMAPI.Installer/unix-install.sh
+++ b/src/SMAPI.Installer/unix-install.sh
@@ -14,7 +14,7 @@ fi
# validate Mono & run installer
if $COMMAND mono >/dev/null 2>&1; then
- mono install.exe
+ mono internal/Mono/install.exe
else
echo "Oops! Looks like Mono isn't installed. Please install Mono from http://mono-project.com, reboot, and run this installer again."
read