Changeset 60 for cherokee/debian_testing_chroot.sh
- Timestamp:
- 10/21/05 21:02:15 (3 years ago)
- Files:
-
- cherokee/debian_testing_chroot.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/debian_testing_chroot.sh
r59 r60 10 10 echo "deb http://ftp.us.debian.org/debian/ $DISTRO main" >/etc/apt/sources.list 11 11 apt-get update 12 apt-get -f -y install 13 12 14 apt-get -y install $COMPILER make libtool bison flex libpam0g-dev 13 apt-get -f -y install 14 apt-get -f -y install 15 for i in `seq 3`; do 16 apt-get -f -y install 17 sleep 1 18 done 15 19 16 20 # Unpack the tarball