!7 liquanrun->更新install.py的linux支持

Merge pull request !7 from cxykevin/cherry-pick-1708524873
This commit is contained in:
cxykevin 2024-02-21 14:16:11 +00:00 committed by Gitee
commit 56da1c0964
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ def find_disk():
raise OSError("Permission denied") raise OSError("Permission denied")
is_linux = True is_linux = True
mount_point = "/mnt/prinjector_mount_point" mount_point = "/mnt/prinjector_mount_point"
# print(
# "Warning: Linux support is developing.Please umount {mount_point}")
if not os.path.exists(mount_point): if not os.path.exists(mount_point):
os.mkdir(mount_point) os.mkdir(mount_point)
elif len(os.listdir(mount_point)): elif len(os.listdir(mount_point)):