From 6287b1ac56393474d11fc97bd71ae6fc220e5f64 Mon Sep 17 00:00:00 2001 From: cyteen Date: Wed, 22 Apr 2020 14:21:55 +0000 Subject: [PATCH] Small changes before push. --- 020_conky.sh | 2 +- 020_docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/020_conky.sh b/020_conky.sh index b760e2e..5f1966e 100755 --- a/020_conky.sh +++ b/020_conky.sh @@ -64,7 +64,7 @@ EOF # download example conky theme. mkdir -p ${DEST}/.conky if [ ! -d ${DEST}/.conky/conky-xanimos ]; then - git clone https://git.devuan.org/cyteen/conky-xanimos ${DEST}/.conky/conky-xanimos + git clone https://git.ring-zero.co.uk/cyteen/conky-xanimos ${DEST}/.conky/conky-xanimos fi # Change conky symlink to point to our default theme. diff --git a/020_docker.sh b/020_docker.sh index 974f97b..208f80c 100755 --- a/020_docker.sh +++ b/020_docker.sh @@ -6,7 +6,7 @@ set -x #echo '#bash -c "apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D"' > /etc/apt/sources.list.d/docker.list #echo "deb http://apt.dockerproject.org/repo debian-stretch main" >> /etc/apt/sources.list.d/docker.list -echo '#bash -c "curl -fsSL https://${URL}/linux/debian/gpg | apt-key add -"' > /etc/apt/sources.list-available/docker.list +echo "#bash -c "curl -fsSL https://${URL}/linux/debian/gpg | apt-key add -"" > /etc/apt/sources.list-available/docker.list echo "deb [arch=amd64] https://${URL}/linux/debian buster stable" >> /etc/apt/sources.list-available/docker.list ln -sf /etc/apt/sources.list-available/docker.list /etc/apt/sources.list.d/docker.list