]> CyberLeo.Net >> Repos - CDN/j.git/blob - seeds/rvm.sh
j/seeds: include bash-completion for all debian seeds
[CDN/j.git] / seeds / rvm.sh
1 # Initialize an rvm chroot using the debian seed
2
3 arch=i386
4 suite=lenny
5 include=bash-completion,curl,file,less,locales,sudo,vim,whois,htop,openssh-client,rsync,git-core,build-essential,libreadline5-dev,zlib1g-dev
6
7 . "${jseed}/debian.sh"
8
9 echo "Installing RVM"
10 env -i ${jenv} ${chroot} ${jroot} /bin/su "${ORIG_USER}" -c "curl -L http://get.rvm.io/ | bash -s stable"