mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools: update hecat to v1.3.1, fix invalid filenames on Windows (#1045)
* tools: update hecat to v1.3.1 - https://github.com/nodiscc/hecat/releases/tag/1.3.1 * fix what-to-cook?.yml filename preventing cloning on windows - https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/1044 - https://github.com/nodiscc/hecat/pull/143
This commit is contained in:
parent
f0fb18cd91
commit
2d4358cd35
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ install:
|
|||
python3 -m venv .venv
|
||||
source .venv/bin/activate && \
|
||||
pip3 install wheel && \
|
||||
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.3.0
|
||||
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.3.1
|
||||
|
||||
.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
|
||||
import: clean install
|
||||
|
|
|
|||
Loading…
Reference in a new issue