From e54fe2906e435157747cf1acf133f60eb956f8f7 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 5 Dec 2019 13:01:29 +0100 Subject: [PATCH] Fixed a woopsie --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index e32ed3d..da1c7ca 100644 --- a/installer.sh +++ b/installer.sh @@ -101,7 +101,7 @@ fi webserv="${webserv//:}" && webserv="${webserv,,}" -curl +-"$repo"/raw/branch/"$branch"/CoreModules/"$webserv"/apt.list >>/tmp/apt.list +curl "$repo"/raw/branch/"$branch"/CoreModules/"$webserv"/apt.list >>/tmp/apt.list ##----------## # Addons # @@ -126,7 +126,7 @@ fi PS3='Which Nginx addons should be installed?' while : do -clear +echo "" options=("Memcached ${opts[1]}" "Redis Cache ${opts[2]}" "Done") select opt in "${options[@]}" do