mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-01 21:40:18 +00:00
Use specific timeout of 0 to force index update to wait always.
This commit is contained in:
parent
e8624559ed
commit
33670e7a8e
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ TILDEIFY = sed "s|$$HOME|~|"
|
||||
all: $(FISH_CONFIG) $(FISHER_CACHE) $(FISHER_FILE) $(AUTHORS) $(DOCS)
|
||||
@if [ ! -s $(INDEX) ]; then\
|
||||
echo "Downloading the index for the first time...";\
|
||||
fish -c "__fisher_index_update";\
|
||||
fish -c "__fisher_index_update 0";\
|
||||
fi
|
||||
@$(call MSG,"Ahoy! Reset your shell and type 'fisher <command>'")
|
||||
@fish -c "fisher help -a" | sed -n '3,$$p'
|
||||
|
Loading…
Reference in New Issue
Block a user