install dependencies
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 18 Mar 2010 20:50:33 +0000 (20:50 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 18 Mar 2010 20:50:33 +0000 (20:50 +0000)
git-svn-id: svn://svn.rot13.org/sysadmin-cookbook@191 191e9f34-6774-4a6d-acfc-7664dacd4a2a

recepies/btrfs/btrfs-progs-unstable-checkinstall.sh

index 7252a0f..6d6594d 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh -x
 
+sudo apt-get install git-core uuid-dev checkinstall
+
 test -e btrfs-progs-unstable || git clone git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git
 
 cd btrfs-progs-unstable && git pull && make && \