(#52) fix Replit deploy script

This commit is contained in:
Daniel Valentine 2022-10-25 00:06:23 -06:00
parent 13a8983437
commit 24bfd7e5e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
run = "while :; do set -ex; curl -o./ferrit -fsSL -- https://github.com/ferritreader/ferrit/releases/latest/download/ferrit; chmod +x ferrit; set +e; ./ferrit -H 63115200; sleep 1; done"
run = "while :; do set -ex; curl -o./ferrit -fsSL -- https://github.com/ferritreader/ferrit/releases/latest/download/ferrit.x86_64-unknown-linux-gnu ; chmod +x ferrit; set +e; ./ferrit -H 63115200; sleep 1; done"
language = "bash"