mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update calibre-install-pinned-rpi.sh
This commit is contained in:
parent
6a1d52ae80
commit
38045a0402
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
|
||||
# WARNING: you MUST remove old .deb's from /opt/iiab/downloads if upgrading Calibre in this way, SEE: http://FAQ.IIAB.IO "Can I upgrade or reinstall server apps?"
|
||||
apt -y install sqlite3 # Appears no longer required as of 2018-10-23. Was nec in Sept 2018 as workaround for https://github.com/iiab/iiab/issues/1139 that blocked install of Admin Console
|
||||
apt -y install /opt/iiab/downloads/calibre*.deb
|
||||
apt -y install sqlite3 # Appears no longer nec as of 2018-10-23. Was required in Sept 2018 as workaround for https://github.com/iiab/iiab/issues/1139 that blocked install of Admin Console
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue