From: Jason Etheridge Date: Wed, 31 May 2017 21:33:13 +0000 (-0400) Subject: add the Security repo to /etc/apt/sources.list X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9e5edef294facf18b42f994aea4b2c5d41001ba8;p=working%2Frandom.git add the Security repo to /etc/apt/sources.list Do this instead of mucking with the snapshot. jeff++ gmcharlt++ dyrcona++ Signed-off-by: Jason Etheridge --- diff --git a/installer/wheezy/installer_installer.sh b/installer/wheezy/installer_installer.sh index 06ff32c11..8c6fa84cc 100755 --- a/installer/wheezy/installer_installer.sh +++ b/installer/wheezy/installer_installer.sh @@ -1,4 +1,5 @@ #!/bin/bash +echo 'deb http://security.debian.org/ wheezy/updates main contrib' | sudo tee --append /etc/apt/sources.list sudo apt-get update sudo apt-get -q -y install git-core git clone git://git.evergreen-ils.org/working/random.git