소스 검색

Make package scrape prettier

bryan 1 일 전
부모
커밋
175c6deb5a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      installJRMC

+ 0 - 1
installJRMC

@@ -753,7 +753,6 @@ acquire_deb() {
       "https://files.jriver-cdn.com/mediacenter/test/$fname")
 
     # Loop through the repositories and attempt to download
-    echo "Checking MC repos for DEB package"
     for repo in "${repos[@]}"; do
       echo -n "$repo --> "
       if download "$repo" "$MC_DEB"; then