> on Debian:
apt-get install -y unattended-upgrades apt-listchanges
cp /usr/share/unattended-upgrades/20auto-upgrades
/etc/apt/apt.conf.d/20auto-upgrades
service unattended-upgrades restart
This is what happened after running that.
root@instance-1:/home/keifer_bly# apt-get install -y unattended-upgrades apt-listchanges
Reading package lists... Done
Building dependency tree
Reading state information... Done
apt-listchanges is already the newest version (3.10).
unattended-upgrades is already the newest version (0.93.1+nmu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@instance-1:/home/keifer_bly# cp /usr/share/unattended-upgrades/20auto-upgrades
cp: missing destination file operand after '/usr/share/unattended-upgrades/20auto-upgrades'
Try 'cp --help' for more information.
What file would be missing I wonder? Thanks.