Browse Source

Remove figlet dependency from install.sh

Frans Bergman 4 years ago
parent
commit
27b4037264
1 changed files with 1 additions and 3 deletions
  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!"