mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-17 05:11:21 +00:00
Add curl to dependencies
This commit is contained in:
parent
3006961993
commit
69ce777957
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
required="neofetch jp2a jq"
|
||||
required="neofetch jp2a jq curl"
|
||||
|
||||
for req in $required; do
|
||||
! command -v "$req" > /dev/null 2>&1 && echo "$req not found!" && exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue