This website requires JavaScript.
Explore
Help
Sign In
sunet-cdn
/
cdn-ops
Watch
2
Star
0
Fork
You've already forked cdn-ops
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
bc027359d1
cdn-ops
/
global
/
post-tasks.d
/
099autoremove
7 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
import
2013-09-02 14:01:50 +00:00
#!/bin/sh
Do not run update and autoremove on all machines at the same time as seen in eduID
2016-08-27 22:13:10 +00:00
if (( $RANDOM % 20 == 0)); then
apt-get -qq update
apt-get -qq -y autoremove
fi
Reference in a new issue
Copy permalink