mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-22 02:46:31 +03:00
Bring other functions outside of main function
This commit is contained in:
parent
b3ac2d6908
commit
77fbd428c2
@ -2956,13 +2956,6 @@ function header_main {
|
||||
|
||||
function main {
|
||||
|
||||
check_if_bash
|
||||
check_if_run_as_root
|
||||
check_if_uefi
|
||||
create_chroot_script
|
||||
create_btrfs_map_physical_c
|
||||
intro
|
||||
|
||||
while true; do
|
||||
|
||||
header_main
|
||||
@ -3112,8 +3105,13 @@ function main {
|
||||
|
||||
}
|
||||
|
||||
check_if_bash
|
||||
check_if_run_as_root
|
||||
check_if_uefi
|
||||
create_chroot_script
|
||||
create_btrfs_map_physical_c
|
||||
intro
|
||||
main
|
||||
#lvm_creation
|
||||
#create_filesystems
|
||||
#create_btrfs_subvolumes
|
||||
#install_base_system_and_chroot
|
||||
|
Loading…
Reference in New Issue
Block a user