Revision 213,
345 bytes
checked in by kazutaka, 14 years ago
(diff) |
足りない変更分を追加
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | ## This script runs, |
---|
3 | ## 1. synaptic with update-at-startup |
---|
4 | ## 2. lua script to update run-apt-update file |
---|
5 | ## |
---|
6 | ## (fixes for <BTS:VineLinux:0741> and <BTS:VineLinux:0743>) |
---|
7 | |
---|
8 | synaptic --update-at-startup --non-interactive --hide-main-window > /dev/null 2>&1 |
---|
9 | apt-get script /usr/share/apt/scripts/update-watch.lua > /dev/null 2>&1 |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.