From 3c305a7c7d6900c6cdbe60770c383aeaa6261124 Mon Sep 17 00:00:00 2001 From: Ronald Record Date: Mon, 13 May 2024 18:27:24 -0700 Subject: [PATCH] Always install fastfetch in install_fastfetch.sh --- bin/nfetch | 2 ++ fastfetch/install_fastfetch.sh | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/bin/nfetch b/bin/nfetch index 46824bc..39b4553 100755 --- a/bin/nfetch +++ b/bin/nfetch @@ -14,6 +14,8 @@ # 'config' can be the full path or name of a configuration # -r indicates select configuration file randomly # -u displays this usage messge and exits +# +# Link nfetch to ffetch IMG="${HOME}/.local/share/icons/hicolor/__SIZE__x__SIZE__/apps/__PLATFORM__.png" FETCHARGS= diff --git a/fastfetch/install_fastfetch.sh b/fastfetch/install_fastfetch.sh index 8e77134..9fe2789 100755 --- a/fastfetch/install_fastfetch.sh +++ b/fastfetch/install_fastfetch.sh @@ -81,13 +81,6 @@ dl_asset() { } } -have_fastfetch=$(command -v fastfetch) -[ "${have_fastfetch}" ] && { - printf "\nFastfetch already installed as %s" "${have_fastfetch}" - printf "\nRemove fastfetch and rerun this script to reinstall fastfetch" - printf "\nExiting without installing\n" - exit 0 -} if [ "${darwin}" ] then if [ "${have_brew}" ]