Swap to apt-get for debian

This commit is contained in:
Steve Gilvarry 2016-07-05 23:10:03 +10:00
parent 3a40f39d83
commit 5811ba7eda
1 changed files with 8 additions and 8 deletions

View File

@ -14,8 +14,8 @@ do this as root if you prefer.
::
aptitude update
aptitude install sudo
apt-get update
apt-get install sudo
usermod -a -G sudo <username>
exit
@ -27,7 +27,7 @@ Now run session using sudo and ensure system is updated.
::
sudo -i
aptitude safe-upgrade
apt-get upgrade
**Step 3:** Install Apache and MySQL
@ -36,7 +36,7 @@ be installed elsewhere.
::
aptitude install apache2 mysql-server
apt-get install apache2 mysql-server
**Step 4:** Edit sources.list to add jessie-backports
@ -58,8 +58,8 @@ CTRL+x to exit
::
aptitude update
aptitude install zoneminder
apt-get update
apt-get install zoneminder
**Step 6:** Read the Readme