installer/scripts/test.sh
2025-01-12 20:50:10 -08:00

23 lines
341 B
Bash
Executable file

#!/bin/bash
SCRIPT_ROOT=`dirname "${0}"`
#if [ -f "${SCRIPT_ROOT}/install_started" ];then
# exit 1
#else
# touch "${SCRIPT_ROOT}/install_started"
#fi
source ${SCRIPT_ROOT}/lib/functions
source ${SCRIPT_ROOT}/lib/partition
source ${SCRIPT_ROOT}/lib/helpers
disk_setup
#manual_partitioner
#prepare_install
#menu_helper
#finalize
exit