mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update calibre-install-latest-rpi.sh
This commit is contained in:
parent
8c37c9ec22
commit
5521aef7d2
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ export DEBIAN_FRONTEND=noninteractive
|
|||
echo "deb http://raspbian.raspberrypi.org/raspbian/ testing main" > /etc/apt/sources.list.d/rpi-testing.list
|
||||
apt update
|
||||
apt -y install calibre calibre-bin
|
||||
## Removes last line, safer than: rm /etc/apt/sources.list.d/rpi-testing.list
|
||||
#sed -i '$ d' /etc/apt/sources.list.d/rpi-testing.list
|
||||
#sed -i '$ d' /etc/apt/sources.list.d/rpi-testing.list # Removes last line
|
||||
rm /etc/apt/sources.list.d/rpi-testing.list
|
||||
# Clears the cache of rpi/testing
|
||||
apt update
|
||||
|
|
Loading…
Reference in a new issue