Skip to content

Commit

Permalink
Migrate to Gitlab
Browse files Browse the repository at this point in the history
Microsoft bought Github and since Microsoft is (in)famous to kill any product
they buy I chose to migrate vps2arch to Gitlab.
  • Loading branch information
drizzt committed Jun 5, 2018
1 parent e378928 commit 2e585ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -6,7 +6,7 @@ The fastest way to convert a _VPS_ to [Arch Linux](https://www.archlinux.org/)!
Author
------

[Timothy Redaelli](mailto:tredaelli@archlinux.info)
[Timothy Redaelli](mailto:timothy@fsfe.org)

Description
-----------
Expand All @@ -27,14 +27,14 @@ Download the script on your _VPS_ and execute it with root privileges

**WARNING** The script will **delete** any data in your _VPS_!

wget http://git.io/vps2arch
wget http://tinyurl.com/vps2arch
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.
ERROR: The certificate of `gitlab.com' is not trusted.
ERROR: The certificate of `gitlab.com' hasn't got a known issuer.

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

Expand Down Expand Up @@ -66,7 +66,7 @@ Does it really work?

Yes, it does!

On the [Tested VPS Providers](https://github.com/drizzt/vps2arch/wiki/Tested-VPS-Providers) wiki page you can find a list of **Tested VPS Providers**.
On the [Tested VPS Providers](https://gitlab.com/drizzt/vps2arch/wikis/Tested-VPS-Providers) wiki page you can find a list of **Tested VPS Providers**.

Theoretically it should also work on **real** computers (running linux), but I think it's not worth it,
because you can install it in the canonical way.
Expand Down

1 comment on commit 2e585ba

@Yardanico
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drizzt but Microsoft didn't buy GitHub yet...

Please sign in to comment.