mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update calibre-install-unstable.sh
This commit is contained in:
parent
463877e105
commit
83b050f3fe
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@
|
|||
# Might break future updates; you have been warned.
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
# Prepare to update to latest from unstable
|
||||
# Prepares to update to latest from unstable
|
||||
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/unstable.list
|
||||
# Removes 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
|
||||
|
|
Loading…
Add table
Reference in a new issue