/[pxelator]/conf/.install.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /conf/.install.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (hide annotations)
Wed Jul 29 11:47:23 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-sh
File size: 185 byte(s)
helper for shell install scripts

1 dpavlin 30 # common shell functions for installation
2    
3     debian_mirror=http://192.168.1.20:3142/ftp.debian.org/debian
4    
5     function depends() {
6     dpkg -l $1 >/dev/null || sudo apt-get install syslinux
7     }
8    

  ViewVC Help
Powered by ViewVC 1.1.26