This website requires JavaScript.
Explore
Help
Sign in
SUNET
/
soc-ops
Watch
9
Star
0
Fork
You've already forked soc-ops
1
Code
Activity
5cd4e5b0cf
soc-ops
/
global
/
post-tasks.d
/
099autoremove
7 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
import
2013-09-02 16:01:50 +02:00
#!/bin/sh
Do not run update and autoremove on all machines at the same time as seen in eduID
2016-08-28 00:13:10 +02:00
if (( $RANDOM % 20 == 0)); then
apt-get -qq update
apt-get -qq -y autoremove
fi
Copy permalink