|
@@ -23,6 +23,7 @@ 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 ${ubuntu_version} hirsute && set install_type sub ||
|
|
|
iseq ${ubuntu_version} focal-legacy && set ubuntu_version focal ||
|
|
|
iseq ${install_type} sub && goto boot_type ||
|
|
|
goto mirrorcfg
|