aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-06 11:21:19 +1000
committerDavid Walter Seikel2012-02-06 11:21:19 +1000
commit69179a41060e94eb280a2834d4bcf306421ad7f4 (patch)
tree2266bb0ca9a4e49bf40779d50c34380eaba5b039
parentWrite a new script to deal with /var/run, and use it. (diff)
downloadIGnoble-69179a41060e94eb280a2834d4bcf306421ad7f4.zip
IGnoble-69179a41060e94eb280a2834d4bcf306421ad7f4.tar.gz
IGnoble-69179a41060e94eb280a2834d4bcf306421ad7f4.tar.bz2
IGnoble-69179a41060e94eb280a2834d4bcf306421ad7f4.tar.xz
Install our own UUID stuff, don't need a web site. Pffft
-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"