diff options
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 |