From f2a2dc0a10a367c25dbadd1e172840fc24c4018f Mon Sep 17 00:00:00 2001 From: skittlesvampir <62459226+skittlesvampir@users.noreply.github.com> Date: Sat, 27 Mar 2021 17:57:51 +0100 Subject: [PATCH] Fix link for installation in README The old installation command returned 404 because the installation script moved to a different location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2711ccf..5848900 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Only Debian 10/Buster systems running with kernel >= 3.12 [systemd](https://wiki With a `curl|bash` syntax : - $ curl https://raw.githubusercontent.com/YunoHost/install_script/buster-unstable/install_yunohost | bash + $ curl https://raw.githubusercontent.com/YunoHost/install_script/buster/install_yunohost | bash If something goes wrong, you can check the installation logs saved in ```/var/log/yunohost-installation.log```