File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -837,22 +837,14 @@ def main(self):
837837 print ()
838838 self .chip_min_ver = CHIP_MIN_VER .get (self .sysinfo .chip_id , None )
839839 self .device = DEVICES .get (self .sysinfo .device_class , None )
840- if not self .chip_min_ver or not self .device :
840+ if not self .chip_min_ver or not self .device or ( self . device . expert_only and not self . expert ) :
841841 p_error ("This device is not supported yet!" )
842842 p_error ("Please check out the Asahi Linux Blog for updates on device support:" )
843843 print ()
844844 p_error (" https://asahilinux.org/blog/" )
845845 print ()
846846 sys .exit (1 )
847847
848- if self .device .expert_only and not self .expert :
849- p_error ("This device is in preliminary support and only available in expert mode." )
850- p_error ("Please check out the Asahi Linux Blog for updates on device support:" )
851- print ()
852- p_error (" https://asahilinux.org/blog/" )
853- print ()
854- sys .exit (1 )
855-
856848 if self .sysinfo .boot_mode == "macOS" and (
857849 (not self .sysinfo .login_user )
858850 or self .sysinfo .login_user == "unknown" ):
You can’t perform that action at this time.
0 commit comments