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)
#Install extra tools on Debian Lenny
#Install tcpdump and tshark, cmd-line packet dump tools:
sudo apt-get install -y tcpdump tshark
#Install tcpdump and tshark, cmd-line packet dump tools. Also install gitk,
#a graphical git history viewer.
sudo apt-get install -y tcpdump tshark gitk