summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 08e7de6..ca9cafa 100755
--- a/install.sh
+++ b/install.sh
@@ -4,7 +4,7 @@
4source deploy.conf 4source deploy.conf
5 5
6# Change apt sources to use https 6# Change apt sources to use https
7sed -i "s/http/https/" /etc/apt/sources.list 7sed -i "s/http:/https:/" /etc/apt/sources.list
8 8
9[ -n $BACKPORTS ] && echo "deb https://deb.debian.org/debian/ bullseye-backports main" >> \ 9[ -n $BACKPORTS ] && echo "deb https://deb.debian.org/debian/ bullseye-backports main" >> \
10 /etc/apt/sources.list 10 /etc/apt/sources.list