Remove dependency checking

This commit is contained in:
BBaoVanC 2021-01-05 21:25:22 -06:00
parent d57a91ec8c
commit 76342c7667
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A

View file

@ -1,12 +1,5 @@
#!/bin/sh
required="neofetch jp2a jq curl"
for req in $required; do
! command -v "$req" > /dev/null 2>&1 && echo "$req not found!" && exit 1
done
tmpfile="$(mktemp -p /tmp nekofetchXXXXXXXX)"
case "$1" in