Revision 175, 145 bytes checked in by kazutaka, 14 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh |
2 | # |
3 | # execute daily apt-get upate for update-watch |
4 | |
5 | if [ -x /usr/bin/update-watch ]; then |
6 | /usr/bin/apt-get update 2>&1 >/dev/null |
7 | fi |