Use curl instead of wget in README.md

This commit is contained in:
Les De Ridder 2016-04-14 14:56:50 +02:00
parent 08a30309a5
commit 94b8c0382f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Installation
------------
1. Create a new Debian 8.x droplet (either 32-bit or 64-bit is fine).
2. In the droplet, run the following as root:
`wget https://raw.githubusercontent.com/lesderid/digitalocean-debian-to-arch/debian8/install.sh && bash install.sh`
`curl -s https://raw.githubusercontent.com/lesderid/digitalocean-debian-to-arch/debian8/install.sh | bash -`
3. Follow the instructions when prompted.
4. Sit back and relax! The system will automatically reboot once complete,
and you should have a fully updated Arch Linux system in within minutes.