Skip to content

Commit

Permalink
chg: [kali] small typo in git config
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveClement committed Jul 17, 2018
1 parent c77f05c commit 1670c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL/INSTALL.kali.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1670c85

Please sign in to comment.