|
@@ -22,7 +22,8 @@ choose ubuntu_version || goto ubuntu_exit
|
|
|
iseq ${ubuntu_version} older_release && goto older_release ||
|
|
|
iseq ${ubuntu_version} focal && set install_type sub ||
|
|
|
iseq ${ubuntu_version} groovy && set install_type sub ||
|
|
|
-iseq ${boot_type} sub && goto boot_type ||
|
|
|
+iseq ${ubuntu_version} focal-legacy && set ubuntu_version focal ||
|
|
|
+iseq ${install_type} sub && goto boot_type ||
|
|
|
goto mirrorcfg
|
|
|
|
|
|
:older_release
|