diff --git a/usr/lib/security-misc/apt-get-update b/usr/lib/security-misc/apt-get-update index c532629..fc71c2e 100755 --- a/usr/lib/security-misc/apt-get-update +++ b/usr/lib/security-misc/apt-get-update @@ -4,11 +4,6 @@ ## Copyright (C) 2012 - 2014 Patrick Schleizer ## See the file COPYING for copying conditions. -## Required to run apt-get update as user 'whonixcheck' (non-root). -## Required for whonixcheck function check_operating_system. -## Exception to run /usr/lib/apt-get-update as user 'whonixcheck'. -## is defined in /etc/sudoers.d/. - sigterm_trap() { if [ "$lastpid" = "" ]; then exit 143