From 02f265855a3879cb3ade37e69ccec539976b4d1b Mon Sep 17 00:00:00 2001 From: Brian Hartvigsen Date: Fri, 22 May 2020 12:36:45 -0600 Subject: [PATCH] Use `sudo su` instead of `sudo -i` --- Synology-NAS-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 7f42ee2..436d99c 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -13,7 +13,7 @@ With the [Synology DSM deployhook](https://github.com/acmesh-official/acme.sh/wi ## Installation of acme.sh ```sh -$ sudo -i +$ sudo su $ wget https://github.com/Neilpang/acme.sh/archive/master.tar.gz $ tar xvf master.tar.gz $ cd acme.sh-master/