chg: [kali] small typo in git config

pull/3493/head
Steve Clement 2018-07-17 14:42:26 +02:00
parent c77f05cfd8
commit 1670c858cd
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ function installMISPonKali() {
apt install -qy etckeeper
# Skip dist-upgrade for now, pulls in 500+ updated packages
#sudo apt -y dist-upgrade
git conif --global user.email "root@kali.lan"
git conif --global user.name "Root User"
git config --global user.email "root@kali.lan"
git config --global user.name "Root User"
apt install -qy postfix
apt install -qy \