really remote unattended upgrades?

This commit is contained in:
Robin Appelman 2025-08-30 20:57:28 +02:00
commit f8c594ceb9

View file

@ -144,6 +144,7 @@ async fn setup(
info!("disabling unattended upgrades"); info!("disabling unattended upgrades");
ssh.exec("systemctl disable --now unattended-upgrades") ssh.exec("systemctl disable --now unattended-upgrades")
.await?; .await?;
ssh.exec("apt-get purge unattended-upgrades").await?;
info!("setting up prometheus"); info!("setting up prometheus");
ssh.exec("wget https://github.com/icewind1991/palantir/raw/main/palantir.service -O /etc/systemd/system/palantir.service").await?; ssh.exec("wget https://github.com/icewind1991/palantir/raw/main/palantir.service -O /etc/systemd/system/palantir.service").await?;