From 9e5edef294facf18b42f994aea4b2c5d41001ba8 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 31 May 2017 17:33:13 -0400 Subject: [PATCH] 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 --- installer/wheezy/installer_installer.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.2