mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 21:09:42 +00:00
Fix bash deps
This commit is contained in:
parent
26d0adc829
commit
995a340556
|
@ -5,7 +5,7 @@
|
|||
gitpath="$HOME/.local/share/mybash"
|
||||
|
||||
installDepend() {
|
||||
if ! command_exists bash bash-completion tar bat tree unzip fontconfig git; then
|
||||
if [ ! -f "/usr/share/bash-completion/bash_completion" ] || ! command_exists bash tar bat tree unzip fc-list git; then
|
||||
printf "%b\n" "${YELLOW}Installing Bash...${RC}"
|
||||
case "$PACKAGER" in
|
||||
pacman)
|
||||
|
|
Loading…
Reference in New Issue
Block a user