mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-19 22:31:13 +00:00
Remove dependency checking
This commit is contained in:
parent
d57a91ec8c
commit
76342c7667
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue