Updating config and scripts
This commit is contained in:
3
start.sh
3
start.sh
@@ -15,14 +15,11 @@ function main() {
|
||||
./step_1_debootstrap.sh
|
||||
# Then setup and run chroot
|
||||
# ./step_2_chroot.sh
|
||||
|
||||
}
|
||||
|
||||
|
||||
function sanity_check() {
|
||||
clear;
|
||||
SCRIPTPATH="$( cd "$(dirname "")" >/dev/null 2>&1 ; pwd -P )";
|
||||
cd "${SCRIPTPATH}";
|
||||
echo "Working Dir: " $(pwd) "\n";
|
||||
|
||||
# Make work structure
|
||||
|
||||
Reference in New Issue
Block a user