From f7af628924eb01d9bd221232a38fa37838d584b0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 20 Jun 2016 23:52:34 +0200 Subject: only run apt-get update if update_jdn.sh has changed, doh --- update_jdn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_jdn.sh') diff --git a/update_jdn.sh b/update_jdn.sh index d1b85e2a..33aced15 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -372,7 +372,7 @@ if [ -f /etc/debian_version ] ; then else MASTERDEBS="" fi - sudo apt-get update + $UP2DATE || sudo apt-get update $UP2DATE || sudo apt-get install $DEBS $MASTERDEBS $UP2DATE || sudo apt-get install -t jessie-backports \ pbuilder lintian || echo "this should only fail on the first install" -- cgit v1.2.3-54-g00ecf