From 1a68ef29518c714c65e3c541f8a404e35a4b529d Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 28 May 2019 19:02:54 -0700 Subject: [PATCH] Vagrantfile: Restore idempotency to vagrant provision. Signed-off-by: Anders Kaseorg --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1171bc00972e8..6b952f79029fb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -183,7 +183,7 @@ set -o pipefail # development environment not using Vagrant. # Set the MOTD on the system to have Zulip instructions -sudo ln -s /srv/zulip/tools/setup/dev-motd /etc/update-motd.d/99-zulip-dev +sudo ln -nsf /srv/zulip/tools/setup/dev-motd /etc/update-motd.d/99-zulip-dev sudo rm -f /etc/update-motd.d/10-help-text sudo dpkg --purge landscape-client landscape-common ubuntu-release-upgrader-core update-manager-core update-notifier-common sudo dpkg-divert --add --rename /etc/default/motd-news