Changes between Version 7 and Version 8 of TorRelayGuide/DebianUbuntuUpdates
- Timestamp:
- Jan 5, 2018, 7:11:01 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TorRelayGuide/DebianUbuntuUpdates
v7 v8 34 34 APT::Periodic::Verbose "1"; 35 35 }}} 36 Test your unattended-upgrades setup with the following command. 37 {{{ 38 sudo unattended-upgrade -d 39 }}} 40 The results from the above command should at a minimum contain the following allowed origins. 41 {{{ 42 Allowed origins are: ['origin=Debian,codename=xenial,label=Debian-Security', 'origin=TorProject'] 43 }}}