diff --git a/Makefile b/Makefile index 6ec291d..ddf2a26 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ install: @install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch uninstall: - @rm -f $(DESTDIR)$(PREFIX)/bin/pfetch + @rm -f $(DESTDIR)$(PREFIX)/bin/pfetch \ No newline at end of file diff --git a/README.md b/README.md index b084d6b..bd2ed2c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ picture"! - **IRIX** - **SerenityOS** +## Installation + ## Configuration `pfetch` is configured through environment variables. diff --git a/pfetch b/pfetch index d47b878..7b86394 100755 --- a/pfetch +++ b/pfetch @@ -1179,11 +1179,11 @@ get_ascii() { read_ascii 4 <<-EOF ${c4} /\\ ${c4} / \\ - ${c4} / /\\ \\ - ${c4} / / \\ \\ - ${c4} / / \\ \\ - ${c4} / / _____\\ \\ - ${c4}/_/ \`----.\\_\\ + ${c4} / \\ + ${c4} / /\\ \\ + ${c4} / / \\ \\ + ${c4} / / ___\\ \\ + ${c4}/__/ ``'--___\\ EOF ;; @@ -1955,4 +1955,4 @@ EOF done >&6 } -main "$@" +main "$@" \ No newline at end of file