#!/bin/bash # # Configuration DEST=/dev/sda1 FORMAT=yes # clear_console figlet -f banner "warning" #echo "Edit file !!!"; exit 0; # DELETE OR COMMENT THIS LINE TO CONTINUE # # # Do not modify anything below # # Check if user is root if [ $(id -u) != "0" ]; then echo "Error: You must be root to run this script." exit 1 fi cat > .install-exclude <