|
@@ -27,6 +27,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} hirsute && set install_type sub ||
|
|
|
+iseq ${ubuntu_version} impish && set install_type sub ||
|
|
|
iseq ${ubuntu_version} focal-legacy && set ubuntu_version focal ||
|
|
|
iseq ${install_type} sub && goto boot_type ||
|
|
|
iseq ${os_arch} arm64 && echo "arm64 not supported on legacy network installs, please use 20.04 Subiquity and up" && sleep 5 && goto ubuntu ||
|