From 94b8c0382f2b3f7de678c392c0f659751b74c293 Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Thu, 14 Apr 2016 14:56:50 +0200 Subject: [PATCH] Use curl instead of wget in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f35e3b9..64c8df3 100644 --- a/README.md +++ b/README.md @@ -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.