Small changes before push.
This commit is contained in:
parent
3d1cef644f
commit
6287b1ac56
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue