Skip to content

Commit 27a53e1

Browse files
committed
unattended upgrades on compute servers are too much of an uknown
1 parent 9974dd9 commit 27a53e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/packages/server/compute/cloud/startup-script.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,6 @@ exec /usr/bin/python3 -u /cocalc/disk_enlarger.py 2> /var/log/cocalc-disk-enlarg
244244
245245
exec /usr/bin/python3 -u /cocalc/check_in.py ${CHECK_IN_PERIOD_S} 2> /var/log/cocalc-check-in.err >/var/log/cocalc-check-in.log &
246246
247-
# Put back unattended upgrades, since they are good to have for security reasons.
248-
apt install -y unattended-upgrades || true
249-
250247
echo "Startup complete!"
251248
`;
252249
}

0 commit comments

Comments
 (0)