aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xinstall_opensim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_opensim.sh b/install_opensim.sh
index 42472fd..31471be 100755
--- a/install_opensim.sh
+++ b/install_opensim.sh
@@ -13,7 +13,7 @@ OSPATH="/opt/opensim"
13USER=$(whoami) 13USER=$(whoami)
14VERSION_CONTROL="off" 14VERSION_CONTROL="off"
15 15
16sudo apt-get install mysql-server tmux screen mono-complete monit mc 16sudo apt-get install mysql-server tmux screen mono-complete uuid-runtime monit mc
17sudo /etc/init.d/mysql restart 17sudo /etc/init.d/mysql restart
18 18
19echo "Setting up mySQL" 19echo "Setting up mySQL"