diff options
author | onefang | 2019-07-28 00:41:15 +1000 |
---|---|---|
committer | onefang | 2019-07-28 00:41:15 +1000 |
commit | 398c3eef2da9f14b4b615cd1dfa0fc3c88d5b776 (patch) | |
tree | 6d46da85b9e88ee2ebdf5674847636332dd51367 | |
parent | Merge LureModule into HGLureModule. (diff) | |
download | opensim-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.
-rwxr-xr-x | InstallItAll.sh | 4 |
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 | ||
41 | echo "Installing and compiling software." | 41 | echo "Installing and compiling software." |
42 | sudo apt-get install mariadb-server tmux mono-complete mono-devel nunit uuid-runtime monit | 42 | sudo 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. |
44 | sudo apt-get install nant | 44 | sudo apt install nant |
45 | sudo /etc/init.d/mysql restart | 45 | sudo /etc/init.d/mysql restart |
46 | 46 | ||
47 | 47 | ||