mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-09 13:58:14 -05:00
...
This commit is contained in:
@@ -193,7 +193,7 @@ class DeviceInstaller():
|
||||
devices['JETSON']['found'] = True
|
||||
name = 'jetson'
|
||||
tag = f'jetson{jp_code}'
|
||||
out = try_cmd('uname - a')
|
||||
out = try_cmd('uname -a')
|
||||
if 'tegra' in out:
|
||||
msg = 'Jetson GPU detected but not (yes) compatible'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user