1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update calibre-install-unstable.sh

This commit is contained in:
A Holt 2018-05-10 21:32:46 -04:00 committed by GitHub
parent 4f3f33fa3d
commit 527c571b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 echo "deb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list.d/unstable.list
apt update apt update
apt -y install calibre calibre-bin 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 sed -i '$ d' /etc/apt/sources.list.d/unstable.list
# Clears the cache of testing and unstable # Clears the cache of testing and unstable
apt update apt update