Closed C0NQR0R closed 2 years ago
sudo nano install.sh
In the first line of the script looks like this: #!/usr/bin/env bash
#!/bin/bash
ctrl+x
y
Enter
(For save the file)sudo sed -i -e 's/\r$//' install.sh
Your problem solved here......... But, You'll come back with other problem. the problem solution shown below:
Big fix:
sudo gedit install.sh
> /dev/null 2>&1
It'll show verbose of all commands. You can check where the problem occurs for running the install.sh script.
Hi @C0NQR0R
Please read the README.md file you'll get the solution. And @tusherh82 thank you for your solution :)
/usr/bin/env: ‘bash\r’: No such file or directory
#