From 6c656766f8b7859df7c7fbf10f8fd8506dcef2a0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 13:53:33 +0200 Subject: [PATCH] Fix migration too --- migrations/1756103168.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/migrations/1756103168.sh b/migrations/1756103168.sh index 9da0aec6..33888b57 100644 --- a/migrations/1756103168.sh +++ b/migrations/1756103168.sh @@ -1,6 +1,7 @@ echo "Allow pacman -Sy without sudo to easier installs" sudo tee /etc/sudoers.d/repositories >/dev/null <