From 398c3eef2da9f14b4b615cd1dfa0fc3c88d5b776 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 28 Jul 2019 00:41:15 +1000 Subject: apt-get -> apt. --- InstallItAll.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'InstallItAll.sh') 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 echo "Installing and compiling software." -sudo apt-get install mariadb-server tmux mono-complete mono-devel nunit uuid-runtime monit +sudo apt install mariadb-server tmux mono-complete mono-devel nunit uuid-runtime monit # nant is done separately, coz it was removed from Debian for some mysterious reason. -sudo apt-get install nant +sudo apt install nant sudo /etc/init.d/mysql restart -- cgit v1.1