Files
runner-images-sangeeth/images/linux/scripts/base/apt.sh
Greg Swallow 6e50cf94ab Paragraphs (or stanzas) should cover 1 topic only. (#1062)
* Paragraphs (or stanzas) should cover 1 topic only.

* No need for options.
2020-06-17 19:26:41 +03:00

10 lines
253 B
Bash

#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
apt-get -yqq update
apt-get -yqq dist-upgrade
systemctl disable apt-daily.service
systemctl disable apt-daily.timer
systemctl disable apt-daily-upgrade.timer
systemctl disable apt-daily-upgrade.service