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 089080c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ 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 error:

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 the error just execute `apt-get install ca-certificates` and then re-execute the previous commands:

wget http://git.io/vps2arch
chmod +x vps2arch
./vps2arch

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

Expand Down

0 comments on commit 089080c

Please sign in to comment.