DanWin / hosting

This is a setup for a Tor based shared web hosting server
https://danwin1210.de/hosting/
GNU General Public License v3.0
341 stars 126 forks source link

install_binaries.sh error #104

Closed infoabcd closed 3 years ago

infoabcd commented 3 years ago

‘php’: No such file or directory

Execution of . /install_binaries.sh with an error

It seems that the composer commands are in the wrong order

Although I commented out this line, it still reports an error curl -sSL https://github.com/composer/composer/releases/download/2.0.8/composer.phar > /usr/bin/composer && chmod +x /usr/bin/composer composer self-update

Screenshot_20201224_145310

DanWin commented 3 years ago

Fixed in 4af47d162bf8d37fd26103d06cff9dfb1de5325f The bash script was unable to handle the glob expression {ecdh,recovery} so I've changed it to use the full expanded version.