jonatansalemes / nginx-admin

Nginx admin is an open source multiplatform manager for nginx software to easy administration
Other
378 stars 142 forks source link

Debian Script error #52

Closed sojab0on closed 2 years ago

sojab0on commented 3 years ago

On trying to start teh install.sh script un Ubuntu 20.04 ./install.sh: /bin/sh^M: invalid interpreter: File or folder does not exist

i am root every time when i run ./install.sh it gives that error i ran chmod +x on booth .sh scripts but install gives back this same error

i have the debian based scripts

sojab0on commented 3 years ago

You need to convert the scripts to unix style i ran dos2unix on booth and now they run but the dowload links in them are gone some other party took over bintray and now the links are gone so no files to download

amitbauriya commented 3 years ago

Try running this with sudo --> sed -i -e 's/\r$//' install.sh chmod +x install.sh ./install.sh

jonatansalemes commented 2 years ago

the binary was fixed by now.