Download latest release through command line

Discussion in 'General' started by mphayesuk, Jan 18, 2007.

  1. mphayesuk

    mphayesuk Member HowtoForge Supporter

    Hi all if I wanted to download the latest version using a shell prompt how would I do this.

    Thanks
     
  2. jnsc

    jnsc rotaredoM Moderator

    Code:
    wget http://kent.dl.sourceforge.net/sourceforge/ispconfig/ISPConfig-2.2.9.tar.gz
     
  3. martinfst

    martinfst Member Moderator

    Code:
    cd <anydir> (as long as it's not root, I use /home/<initialuser>
    wget http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.2.9.tar.gz?download
    This will store the 2.2.9 version in your directory. Start from there with the howto.
     
  4. mphayesuk

    mphayesuk Member HowtoForge Supporter

    Sorted thanks for your answers.
     

Share This Page