Skip to content

Commit

Permalink
APT - 設定自動安裝資訊安全修正更新
Browse files Browse the repository at this point in the history
Signed-off-by: 海洋大學網路發展協會網站托管服務系統管理員 <ntouind@gmail.com>
  • Loading branch information
海洋大學網路發展協會網站托管服務系統管理員 committed Apr 14, 2015
1 parent 5a027bb commit ef5519a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .etckeeper
Expand Up @@ -5,7 +5,6 @@ mkdir -p './NetworkManager/system-connections'
mkdir -p './X11/xkb'
mkdir -p './apparmor.d/force-complain'
mkdir -p './apt/preferences.d'
mkdir -p './apt/sources.list.d'
mkdir -p './apt/trusted.gpg.d'
mkdir -p './ca-certificates/update.d'
mkdir -p './dbus-1/session.d'
Expand Down Expand Up @@ -269,13 +268,15 @@ maybe chmod 0644 './apt/apt.conf.d/05etckeeper'
maybe chmod 0644 './apt/apt.conf.d/10periodic'
maybe chmod 0644 './apt/apt.conf.d/15update-stamp'
maybe chmod 0644 './apt/apt.conf.d/20archive'
maybe chmod 0644 './apt/apt.conf.d/20auto-upgrades'
maybe chmod 0644 './apt/apt.conf.d/20changelog'
maybe chmod 0644 './apt/apt.conf.d/50unattended-upgrades'
maybe chmod 0644 './apt/apt.conf.d/70debconf'
maybe chmod 0644 './apt/apt.conf.d/99update-notifier'
maybe chmod 0755 './apt/preferences.d'
maybe chmod 0644 './apt/sources.list'
maybe chmod 0755 './apt/sources.list.d'
maybe chmod 0644 './apt/sources.list.d/Webmin.official.list'
maybe chmod 0644 './apt/trusted.gpg'
maybe chmod 0755 './apt/trusted.gpg.d'
maybe chmod 0755 './at-spi2'
Expand Down
2 changes: 2 additions & 0 deletions apt/apt.conf.d/20auto-upgrades
@@ -0,0 +1,2 @@
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";

0 comments on commit ef5519a

Please sign in to comment.