| Revision 1274, 146 bytes checked in by kazutaka, 16 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 > /dev/null 2>&1 |
| 7 | fi |