diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-30 15:13:41 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-30 15:13:41 +0100 |
commit | 22f6ba76d919c7817c85fa71d5362c4d87523e8f (patch) | |
tree | 078a92826c26f15bd8949e10824f8de567767cbf /arch-installer.sh | |
parent | Fixed (diff) | |
download | arch-installer-22f6ba76d919c7817c85fa71d5362c4d87523e8f.tar.gz arch-installer-22f6ba76d919c7817c85fa71d5362c4d87523e8f.tar.bz2 arch-installer-22f6ba76d919c7817c85fa71d5362c4d87523e8f.tar.xz arch-installer-22f6ba76d919c7817c85fa71d5362c4d87523e8f.tar.zst arch-installer-22f6ba76d919c7817c85fa71d5362c4d87523e8f.zip |
Now calls the vm function
Diffstat (limited to 'arch-installer.sh')
-rwxr-xr-x | arch-installer.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch-installer.sh b/arch-installer.sh index 7d70332..2d97190 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -483,6 +483,7 @@ dialog --title "Welcome" --msgbox "Welcome to Joe's Arch Linux installation util jo_chk_internet jo_get_hstnm "I. CORE SETUP" jo_get_options "I. CORE SETUP" +jo_get_vm "I. CORE SETUP" jo_get_disk_config "II. DISK SETUP" jo_warn_wiping jo_get_root_config "III. USERS SETUP" |