소스 검색

Update changedetection-install.sh

remove dnspython-2.2.1
tteckster 1 년 전
부모
커밋
b422923ea7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      install/changedetection-install.sh

+ 0 - 1
install/changedetection-install.sh

@@ -67,7 +67,6 @@ msg_ok "Installed Node.js"
 msg_info "Installing Change Detection"
 mkdir /opt/changedetection
 $STD pip3 install changedetection.io
-$STD python3 -m pip install dnspython==2.2.1
 msg_ok "Installed Change Detection"
 
 msg_info "Installing Browserless & Playwright"