error when trying to create the FarmVibes.AI cluster #24
-
hi, when i try to run the follow: bash farmvibes-ai.sh setup im getting this: farmvibes-ai.sh: line 3: $'\r': command not found i have tried run it on either wsl, ubuntu and PowerShell. please advise thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @romtarshish22, Thanks for the question. I do not believe our platform supports PowerShell installation. Can you post the output of install script on Ubuntu platform? Can you also provide the output of this command |
Beta Was this translation helpful? Give feedback.
-
Hi @brsilvarec , thank you for your answer. as i mentioned, i have tried also Ubuntu. here are the outputs: here is the output in Ubuntu for the bash ./resources/vm/setup_farmvibes_ai_vm.sh command: here is the output for the bash farmvibes-ai.sh setup command: here is the output for the lsb_release -a command: |
Beta Was this translation helpful? Give feedback.
-
No bash script will run correctly when cloning from Windows and running on a Linux distribution because of the way the OSs treat line endings. For details and instructions on how to refresh line endings after a clone, please refer to https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings?platform=windows |
Beta Was this translation helpful? Give feedback.
No bash script will run correctly when cloning from Windows and running on a Linux distribution because of the way the OSs treat line endings.
For details and instructions on how to refresh line endings after a clone, please refer to https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings?platform=windows