You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
ok. it doesn't seem it works on windows. just make that point explicit. or add dir. on how to make it work. when i run dassie-server start on ubuntu bash shell on windows, it conks with:
/dassie-server: line 13: $'\r': command not found
./dassie-server: line 16: $'\r': command not found
./dassie-server: line 19: $'\r': command not found
./dassie-server: line 27: $'\r': command not found
./dassie-server: line 30: $'\r': command not found
./dassie-server: line 32: $'\r': command not found
./dassie-server: line 45: $'\r': command not found
./dassie-server: line 47: $'\r': command not found
./dassie-server: line 48: syntax error near unexpected token `$'{\r''
'/dassie-server: line 48: `print_usage() {
can't run this on linux either. tried the chmod etc. can you try your instructions on a clean machine and get back w/ screenshots of the process or a more step-by-step write-up.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On Windows, you can't run bash without the following:
https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/
So include directions for that.
The text was updated successfully, but these errors were encountered: