aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-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