aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/InstallItAll.sh
diff options
context:
space:
mode:
authoronefang2020-04-19 14:10:22 +1000
committeronefang2020-04-19 14:10:22 +1000
commitacc55c137e8f2518d2933068f71aaab24a07c888 (patch)
tree6564d8f0379807cfb69d84ad760fa39d838053f1 /InstallItAll.sh
parentAdd css to stats.html, so it embeds correctly. (diff)
downloadopensim-SC_OLD-acc55c137e8f2518d2933068f71aaab24a07c888.zip
opensim-SC_OLD-acc55c137e8f2518d2933068f71aaab24a07c888.tar.gz
opensim-SC_OLD-acc55c137e8f2518d2933068f71aaab24a07c888.tar.bz2
opensim-SC_OLD-acc55c137e8f2518d2933068f71aaab24a07c888.tar.xz
Install more packages for the new sledjchisl build.
Diffstat (limited to 'InstallItAll.sh')
-rwxr-xr-xInstallItAll.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/InstallItAll.sh b/InstallItAll.sh
index 0b89dd2..a0f1e0f 100755
--- a/InstallItAll.sh
+++ b/InstallItAll.sh
@@ -39,7 +39,7 @@ 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 install mariadb-server tmux mono-complete mono-devel nunit uuid-runtime monit 42sudo apt install mariadb-server libmariadbclient-dev tmux mono-complete mono-devel nunit uuid-runtime uuid-dev libapache2-mod-fcgid libssl1.0-dev spawn-fcgi
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 install nant 44sudo apt install nant
45sudo /etc/init.d/mysql restart 45sudo /etc/init.d/mysql restart