Changes between Version 4 and Version 5 of biocluster/10-05-28
- Timestamp:
- Aug 22, 2010, 4:16:18 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
biocluster/10-05-28
v4 v5 5 5 #!sh 6 6 #!/bin/bash 7 sudo apt-get install lsb-release 7 8 dist=$(lsb_release -c | awk '{ print $2 }') 8 9 echo "deb http://archive.cloudera.com/debian $dist-cdh2 contrib" > cloudera.list