Join the community today
Become a Member

Hello, Masood from India

Discussion in 'Introductions' started by masoodalam51, Aug 14, 2018.

  1. masoodalam51

    masoodalam51 New Member

    6
    0
    1
    Aug 13, 2018
    Ratings:
    +0
    Local Time:
    4:27 AM
    Hi, my name is Shaikh Masood Alam.

    Part-time blogger and offline business owner. I used EasyEngine :yawn: for managing my blogs from 2015 and as you know its not updated in ages.:sleep:


    Now i think to start an online business with WooCommerce. I obsessed with speed and updated systems and centminmod is a clear winner for both criteria.

    I stuck with this (n), please help me.
    Code:
    betainstaller72.sh: line 1: syntax error near unexpected token `newline'
    betainstaller72.sh: line 1: `<!DOCTYPE html>'
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:57 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    welcome @masoodalam51 to Centmin Mod Community. Now that you have introduced yourself you can post your install issue question at Install & Upgrades or Pre-Install Questions. It does look like betainstaller.sh file was downloaded incorrectly or failed to download as 1st line of the file should be (using head -n1 command to get 1st line contents)
    Code (Text):
    head -n1 betainstaller.sh
    #!/bin/bash
    

    or betainstaller72.sh
    Code (Text):
    head -n1 betainstaller72.sh 
    #!/bin/bash
    


    There's 6 steps to learning more about Centmin Mod ;)

    Might also be interested in reading up on latest LEMP stack comparison benchmarks tagged here.

    You might want to try the 123.09beta01 build as it will be next stable release and well has alot of improvements if you check 2nd post change log at Beta Branch - Centmin Mod .09 beta branch Testing. And you can share your initial install times here.

    Threads you might want to participate in ;)

    Quick Tips


    Threads & Info To Bookmark



    Threads to read, pages to bookmark and threads to watch/subscribe to get to know Centmin Mod would include:

    Centmin Mod Insights Forum



    The Centmin Mod Insights forums digs deeper into the inner workings of Centmin Mod so some useful threads in this forum include:

    Security Related Developments



    A few security related developments you might be interested reading about

    Premium Membership


    Centmin Mod Donations



    You now can show your love and support for Centmin Mod via
     
    Last edited: Aug 15, 2018