PetaByet / cdp

Simple & Open Source Server Backups
https://cdp.me
GNU General Public License v2.0
122 stars 39 forks source link

Installing curl and wget #24

Closed sentabi closed 9 years ago

sentabi commented 9 years ago

Some 'minimal' install don't include wget and curl on default.

error after installing cdp

/dev/fd/63: line 122: curl: command not found

how about add curl and wget on apt-get (line 43) / yum (line 63)?

PetaByet commented 9 years ago

The installation command requires wget or curl so I see no point in installing them using the installer.

sentabi commented 9 years ago

I know, I've setup cdp on my test server which don't have wget and curl both command failed, ofcourse It will failed.

How about add to wiki, install wget or curl (or both) before doing installation. If curl already installed why I get these error message (/dev/fd/63: line 122: curl: command not found).

I just re-install my server (debian minimalist), install wget and curl and everything goes smoothly.

PetaByet commented 9 years ago

Got it.