소스 검색

Remove mpv-prescalers from install.sh

Frans Bergman 1 년 전
부모
커밋
25c0af4135
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      install.sh

+ 0 - 1
install.sh

@@ -54,6 +54,5 @@ if prompt "Install st and dwm?" ; then
     git_make_install "st" "https://gogs.tankernn.eu/Tankernn/st.git"
     git_make_install "dwm" "https://gogs.tankernn.eu/Tankernn/dwm.git"
 fi
-prompt "Install mpv prescalers?" && git_make_install "mpv-prescalers" "https://github.com/bjin/mpv-prescalers.git"
 
 fancy_print "Installation complete!"