diff options
author | onefang | 2020-04-19 14:10:22 +1000 |
---|---|---|
committer | onefang | 2020-04-19 14:10:22 +1000 |
commit | acc55c137e8f2518d2933068f71aaab24a07c888 (patch) | |
tree | 6564d8f0379807cfb69d84ad760fa39d838053f1 /InstallItAll.sh | |
parent | Add css to stats.html, so it embeds correctly. (diff) | |
download | opensim-SC-acc55c137e8f2518d2933068f71aaab24a07c888.zip opensim-SC-acc55c137e8f2518d2933068f71aaab24a07c888.tar.gz opensim-SC-acc55c137e8f2518d2933068f71aaab24a07c888.tar.bz2 opensim-SC-acc55c137e8f2518d2933068f71aaab24a07c888.tar.xz |
Install more packages for the new sledjchisl build.
Diffstat (limited to '')
-rwxr-xr-x | InstallItAll.sh | 2 |
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 | ||
41 | echo "Installing and compiling software." | 41 | echo "Installing and compiling software." |
42 | sudo apt install mariadb-server tmux mono-complete mono-devel nunit uuid-runtime monit | 42 | sudo 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. |
44 | sudo apt install nant | 44 | sudo apt install nant |
45 | sudo /etc/init.d/mysql restart | 45 | sudo /etc/init.d/mysql restart |