aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/InstallItAll.sh
diff options
context:
space:
mode:
authoronefang2019-07-28 00:41:15 +1000
committeronefang2019-07-28 00:41:15 +1000
commit398c3eef2da9f14b4b615cd1dfa0fc3c88d5b776 (patch)
tree6d46da85b9e88ee2ebdf5674847636332dd51367 /InstallItAll.sh
parentMerge LureModule into HGLureModule. (diff)
downloadopensim-SC_OLD-398c3eef2da9f14b4b615cd1dfa0fc3c88d5b776.zip
opensim-SC_OLD-398c3eef2da9f14b4b615cd1dfa0fc3c88d5b776.tar.gz
opensim-SC_OLD-398c3eef2da9f14b4b615cd1dfa0fc3c88d5b776.tar.bz2
opensim-SC_OLD-398c3eef2da9f14b4b615cd1dfa0fc3c88d5b776.tar.xz
apt-get -> apt.
Diffstat (limited to 'InstallItAll.sh')
-rwxr-xr-xInstallItAll.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/InstallItAll.sh b/InstallItAll.sh
index 3152476..8d357d9 100755
--- a/InstallItAll.sh
+++ b/InstallItAll.sh
@@ -39,9 +39,9 @@ echo "Using MySQL host:${MYSQL_HOST} database:${MYSQL_DB} user:${MYSQL_USER} pas
39 39
40 40
41echo "Installing and compiling software." 41echo "Installing and compiling software."
42sudo apt-get install mariadb-server tmux mono-complete mono-devel nunit uuid-runtime monit 42sudo apt install mariadb-server tmux mono-complete mono-devel nunit uuid-runtime monit
43# nant is done separately, coz it was removed from Debian for some mysterious reason. 43# nant is done separately, coz it was removed from Debian for some mysterious reason.
44sudo apt-get install nant 44sudo apt install nant
45sudo /etc/init.d/mysql restart 45sudo /etc/init.d/mysql restart
46 46
47 47