mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 18:14:06 +02:00
really remote unattended upgrades?
This commit is contained in:
parent
b241199af9
commit
f8c594ceb9
1 changed files with 1 additions and 0 deletions
|
|
@ -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?;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue