From 23d6e54e567abb0dd1f905b4f68c2e3792d001c4 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 26 Dec 2021 15:39:06 -0500 Subject: Fixed pattern issue with http->https sed command --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 08e7de6..ca9cafa 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ source deploy.conf # Change apt sources to use https -sed -i "s/http/https/" /etc/apt/sources.list +sed -i "s/http:/https:/" /etc/apt/sources.list [ -n $BACKPORTS ] && echo "deb https://deb.debian.org/debian/ bullseye-backports main" >> \ /etc/apt/sources.list -- cgit v1.2.3