이 Knock 스크립트에 어떤 문제가 있나요?

이 Knock 스크립트에 어떤 문제가 있나요?

기사로 보면 그럴듯Linux에서 ACSM 파일을 읽는 방법은 무엇입니까?저것노크더 이상 지원되지 않지만 일부 변형이 작동하는 것 같습니다. 스크립트를 실행하기 전에 그랬어요

masi@masi:~/Downloads/knock-main$ sudo mv knock /usr/local/bin/

내 $경로:

masi@masi:~/Downloads/knock-main$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

난 달린다노크스크립트:

masi@masi:~/Downloads/knock-main$ knock /home/masi/Downloads/URLLink.acsm 

산출

This device is not registered with Adobe.
Enter your Adobe account's email address: [email protected]
Enter your Adobe account's password: 
Registering this device with Adobe...
Traceback (most recent call last):
  File "/usr/local/bin/knock", line 32, in <module>
    result = subprocess.run([
             ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 548, in run
    with Popen(*popenargs, **kwargs) as process:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 1024, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'adept-register'

운영 체제: Debian 최신
하드웨어: ASUS TUF DASH T15

관련 정보