#!/bin/sh set -e cd ~/sources/ rm -rf exit mkdir -p ~/sources/ cd ~/sources/ tar -xf .* cd # REQUIRED: # RECOMMENDED: # OPTIONAL: wget || \ wget || \ wget ftp://anduin.linuxfromscratch.org/BLFS/conglomeration/ / .bz2 wget sudo make -k || true **EDITME EDITME**