rpi3: Use apt, not apt-get and don't clean so we can debug
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user