This website requires JavaScript.
Explore
Help
Sign In
SUNET
/
net-ops
Watch
10
Star
0
Fork
You've already forked net-ops
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
f096b2274d
net-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