Fix link eseguib.

This commit is contained in:
octospacc 2022-07-01 18:11:56 +02:00
parent f0123d6b27
commit 2bb1a676cf
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ pages:
- git clone --depth 1 https://github.com/LukeEmmet/html2gmi
- cd html2gmi
- go get github.com/LukeEmmet/html2gmi
- echo "#!/bin/sh; cd $PWD; go run ." > ./html2gmi
- echo "#!/bin/sh" > ./html2gmi
- echo "cd $PWD; go run ." >> ./html2gmi
- chmod +x ./html2gmi
- PATH=$PATH:$PWD
- cd ..