fixed bash dependency in preamble
it still read `Bash 4.0+`, changed to `Bash 3.0+`
This commit is contained in:
parent
3bb97bc04c
commit
3ed4c43636
2
neofetch
2
neofetch
|
@ -5,7 +5,7 @@
|
||||||
# https://github.com/dylanaraps/neofetch
|
# https://github.com/dylanaraps/neofetch
|
||||||
#
|
#
|
||||||
# Required Dependencies:
|
# Required Dependencies:
|
||||||
# Bash 4.0+
|
# Bash 3.0+
|
||||||
# xprop
|
# xprop
|
||||||
# [Linux / BSD / Windows] Uptime detection: procps or procps-ng
|
# [Linux / BSD / Windows] Uptime detection: procps or procps-ng
|
||||||
#
|
#
|
||||||
|
|
Reference in New Issue