From 0138a375c4acc7fae993daa5b8fae3c2d1398acc Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Sat, 30 Sep 2017 02:00:16 +0200 Subject: [PATCH] [Anonymous contrib] because without these command it wasnt possible to continue (#559) * because without these command it wasnt possible to continue * Update install_manually.md --- install_manually.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_manually.md b/install_manually.md index 0a5ef614..05b69af4 100644 --- a/install_manually.md +++ b/install_manually.md @@ -8,7 +8,8 @@ Once you have access to your server, either directly or by SSH, you can install 1. Install git ```bash -sudo apt-get install git dialog +sudo apt-get update +sudo apt-get install ca-certificates dialog git ``` 2. Clone the Yunohost install script repository