diff options
author | Maxim Devaev <[email protected]> | 2021-10-19 06:48:57 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-10-19 06:48:57 +0300 |
commit | 64e3fc0d0c9cf5a983ad6e26880a425ca2dc3f84 (patch) | |
tree | adc5330b1def1171a037627ffd772b0812152f85 /kvmd.install | |
parent | 7ecf56d14444d4e6b4f761d3e80dc246ecc607b9 (diff) |
removed wrong ntp fix
Diffstat (limited to 'kvmd.install')
-rw-r--r-- | kvmd.install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kvmd.install b/kvmd.install index bbfc9483..4a683804 100644 --- a/kvmd.install +++ b/kvmd.install @@ -40,5 +40,4 @@ post_upgrade() { [ ! -f /boot/config.txt ] || sed -i -e 's/^dtoverlay=pi3-disable-bt$/dtoverlay=disable-bt/g' /boot/config.txt [ ! -f /boot/config.txt ] || sed -i -e 's/^dtoverlay=dwc2$/dtoverlay=dwc2,dr_mode=peripheral/g' /boot/config.txt [ ! -f /etc/conf.d/rngd ] || (echo 'RNGD_OPTS="-o /dev/random -r /dev/hwrng -x jitter -x pkcs11 -x rtlsdr"' > /etc/conf.d/rngd) - [ ! -f /etc/systemd/timesyncd.conf ] || sed -i -e 's/#NTP=$/NTP=0.arch.pool.ntp.org 1.arch.pool.ntp.org 2.arch.pool.ntp.org 3.arch.pool.ntp.org/g' /etc/systemd/timesyncd.conf } |