remove explicit apt update commands
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
## Enable multimedia sources in APT
|
## Enable multimedia sources in APT
|
||||||
echo 'deb http://www.deb-multimedia.org stretch main non-free' >> /etc/apt/sources.list
|
echo 'deb http://www.deb-multimedia.org stretch main non-free' >> /etc/apt/sources.list
|
||||||
echo 'deb-src http://www.deb-multimedia.org stretch main non-free' >> /etc/apt/sources.list
|
echo 'deb-src http://www.deb-multimedia.org stretch main non-free' >> /etc/apt/sources.list
|
||||||
apt update
|
|
||||||
apt_install_permanent deb-multimedia-keyring
|
apt_install_permanent deb-multimedia-keyring
|
||||||
apt update
|
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ export_env INITRD no
|
|||||||
echo 'deb-src http://httpredir.debian.org/debian/ stretch main' >> /etc/apt/sources.list
|
echo 'deb-src http://httpredir.debian.org/debian/ stretch main' >> /etc/apt/sources.list
|
||||||
echo 'deb http://httpredir.debian.org/debian/ stretch-backports main contrib non-free' >> /etc/apt/sources.list
|
echo 'deb http://httpredir.debian.org/debian/ stretch-backports main contrib non-free' >> /etc/apt/sources.list
|
||||||
echo 'deb-src http://httpredir.debian.org/debian/ stretch-backports main contrib non-free' >> /etc/apt/sources.list
|
echo 'deb-src http://httpredir.debian.org/debian/ stretch-backports main contrib non-free' >> /etc/apt/sources.list
|
||||||
apt update
|
|
||||||
|
|
||||||
## Fix some issues with APT packages
|
## Fix some issues with APT packages
|
||||||
# See https://github.com/dotcloud/docker/issues/1024
|
# See https://github.com/dotcloud/docker/issues/1024
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ export_env SABNZBD_DATA /host/var/lib/sabnzbd
|
|||||||
## SABnzbd
|
## SABnzbd
|
||||||
echo 'deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main' >> /etc/apt/sources.list.d/sabnzbdplus.list
|
echo 'deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main' >> /etc/apt/sources.list.d/sabnzbdplus.list
|
||||||
echo 'deb http://ppa.launchpad.net/jcfp/nobetas/ubuntu precise main' >> /etc/apt/sources.list.d/sabnzbdplus.list
|
echo 'deb http://ppa.launchpad.net/jcfp/nobetas/ubuntu precise main' >> /etc/apt/sources.list.d/sabnzbdplus.list
|
||||||
apt update
|
|
||||||
apt install -f
|
apt install -f
|
||||||
apt_install_permanent sabnzbdplus
|
apt_install_permanent sabnzbdplus
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,5 @@ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
|
|||||||
|
|
||||||
## Sonarr
|
## Sonarr
|
||||||
echo "deb http://apt.sonarr.tv/ develop main" | tee -a /etc/apt/sources.list
|
echo "deb http://apt.sonarr.tv/ develop main" | tee -a /etc/apt/sources.list
|
||||||
apt update
|
|
||||||
apt_install_permanent nzbdrone
|
apt_install_permanent nzbdrone
|
||||||
chmod +x /opt/NzbDrone/NzbDrone.exe
|
chmod +x /opt/NzbDrone/NzbDrone.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user