Skip to content

Commit

Permalink
Always install fastfetch in install_fastfetch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed May 14, 2024
1 parent a7d32ef commit 3c305a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions bin/nfetch
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
7 changes: 0 additions & 7 deletions fastfetch/install_fastfetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" ]
Expand Down

0 comments on commit 3c305a7

Please sign in to comment.