rpi3: Use apt, not apt-get and don't clean so we can debug

This commit is contained in:
Steev Klimaszewski
2019-05-10 14:08:46 -05:00
parent 06748d5672
commit 03cc73b4c9

View File

@@ -133,9 +133,8 @@ Before=regenerate_ssh_host_keys.service
[Service]
Type=oneshot
Environment=DEBIAN_FRONTEND=noninteractive
ExecStart=/bin/sh -c "rm -rf /etc/ssl/certs/*.pem && apt-get --yes install --reinstall ca-certificates"
ExecStart=/bin/sh -c "rm -rf /etc/ssl/certs/*.pem && apt --yes install --reinstall ca-certificates"
ExecStart=/bin/sh -c "dpkg-reconfigure shared-mime-info"
ExecStart=/bin/sh -c "apt-get clean"
ExecStartPost=/bin/systemctl disable smi-hack
[Install]