From a3ff698cb3fef5dd2c2e41a05b12e1139904c26c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 19 Sep 2022 15:40:12 +0300 Subject: [PATCH] Fixed meteor-repair path. Thanks to BlobbyBob ! Fixes wekan/wekan#4697 --- Export-from-Wekan-Sandstorm-grain-.zip-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Export-from-Wekan-Sandstorm-grain-.zip-file.md b/Export-from-Wekan-Sandstorm-grain-.zip-file.md index e4b84b5..2888d77 100644 --- a/Export-from-Wekan-Sandstorm-grain-.zip-file.md +++ b/Export-from-Wekan-Sandstorm-grain-.zip-file.md @@ -14,7 +14,7 @@ sudo apt-get install zip unzip p7zip-full wget ``` cd -wget https://releases.wekan.team/meteor-repair.7z +wget https://releases.wekan.team/dev/repair/meteor-repair.7z 7z x meteor-repair.7z ```