froxlor / Froxlor-Installer

A simple shell installer for froxlor
7 stars 6 forks source link

Install script shows only html-code #4

Closed rundekugel closed 2 years ago

rundekugel commented 2 years ago

If I execute sudo apt-get install default-mysql-server php php-mysql php-xml php-mbstring php-curl php-bcmath php-zip and: php froxlor-install.phar

I get only some HTML code What's missing?

tried on xubuntu focal and Debian11 with php7.4

rundekugel commented 2 years ago

Problem was: wget https://github.com/Froxlor/Froxlor-Installer/blob/master/bin/froxlor-install.phar is downloading not the binary, but the code from git webpage I tried also this link, for users without git: https://github.com/Froxlor/Froxlor-Installer/blob/master/bin/froxlor-install.phar?raw=true But didn't work. using git clone wget https://github.com/Froxlor/Froxlor-Installer/blob/master/bin/froxlor-install.phar instead helped. Perhaps you want adjust README.md

d00p commented 2 years ago

git clone is something totally different than wgeting a file...corrected in README