소스 검색

Remove figlet dependency from install.sh

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

+ 1 - 3
install.sh

@@ -65,6 +65,4 @@ if prompt "Install st and dwm?" ; then
 fi
 prompt "Install mpv prescalers?" && git_make_install "mpv-prescalers" "https://github.com/bjin/mpv-prescalers.git"
 
-printf "\033[31m"
-figlet "Installation complete!"
-printf "\033[0m"
+fancy_print "Installation complete!"