Skip to content

Commit

Permalink
Add a message about ca-certificates not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzt committed Jul 17, 2015
1 parent 17cd275 commit 1fffca4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Download the script on your _VPS_ and execute it with root privileges
chmod +x vps2arch
./vps2arch

Some _Debian_ _VPS_ images don't have the _CA certificates_ installed, so `wget` will give you the following errors:

ERROR: The certificate of `raw.githubusercontent.com' is not trusted.
ERROR: The certificate of `raw.githubusercontent.com' hasn't got a known issuer.

To fix them just execute `apt-get install ca-certificates` and then re-execute the previous commands.

How does it work?
-----------------

Expand Down

0 comments on commit 1fffca4

Please sign in to comment.