From 527c571b11f0f8a4d1069d984c63bf780c32ecc5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 10 May 2018 21:32:46 -0400 Subject: [PATCH] Update calibre-install-unstable.sh --- scripts/calibre-install-unstable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/calibre-install-unstable.sh b/scripts/calibre-install-unstable.sh index 972c4a2e3..f61ab898c 100755 --- a/scripts/calibre-install-unstable.sh +++ b/scripts/calibre-install-unstable.sh @@ -18,7 +18,7 @@ apt-key adv --recv-key --keyserver keyserver.ubuntu.com 7638D0442B90D010 echo "deb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list.d/unstable.list apt update apt -y install calibre calibre-bin -# Remove last line, safer than: rm /etc/apt/sources.list.d/debian-unstable.list +# Remove last line, safer than: rm /etc/apt/sources.list.d/unstable.list sed -i '$ d' /etc/apt/sources.list.d/unstable.list # Clears the cache of testing and unstable apt update