Add gitk to installed VM tools

This commit is contained in:
Brandon Heller
2010-02-18 06:02:00 -08:00
parent 777c90236e
commit 2b083dd191
+3 -2
View File
@@ -2,5 +2,6 @@
#Brandon Heller (brandonh@stanford.edu) #Brandon Heller (brandonh@stanford.edu)
#Install extra tools on Debian Lenny #Install extra tools on Debian Lenny
#Install tcpdump and tshark, cmd-line packet dump tools: #Install tcpdump and tshark, cmd-line packet dump tools. Also install gitk,
sudo apt-get install -y tcpdump tshark #a graphical git history viewer.
sudo apt-get install -y tcpdump tshark gitk