mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update calibre-install-unstable.sh
This commit is contained in:
parent
4f3f33fa3d
commit
527c571b11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue