diff options
Diffstat (limited to 'global/post-tasks.d/099autoremove')
-rwxr-xr-x | global/post-tasks.d/099autoremove | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/global/post-tasks.d/099autoremove b/global/post-tasks.d/099autoremove index 74b0aa4..2cc6996 100755 --- a/global/post-tasks.d/099autoremove +++ b/global/post-tasks.d/099autoremove @@ -1,6 +1,4 @@ #!/bin/sh -if (( $RANDOM % 20 == 0)); then - apt-get -qq update - apt-get -qq -y autoremove -fi +apt-get -qq update +apt-get -qq -y autoremove |