From 3d31fde74287197aa54b6b882621d4386a75b47c Mon Sep 17 00:00:00 2001 From: GermanBread <71450236+GermanBread@users.noreply.github.com> Date: Fri, 16 Oct 2020 16:46:47 +0200 Subject: [PATCH] Added missing `sudo` The script was not executed as root. I fixed it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49838d3..a388270 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You can also install it via this install script. It will automatically : *Please install the "unzip" package before executing this script as this script depends on it.* ``` -curl -sSL https://raw.githubusercontent.com/Lightcord/Lightcord/master/Lightcord_installer.sh | bash +curl -sSL https://raw.githubusercontent.com/Lightcord/Lightcord/master/Lightcord_installer.sh | sudo bash ``` ## Features