From cc347af4298926bf8796d199126a75d0038fdb3d Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 27 Aug 2023 00:41:50 +0200 Subject: [PATCH] Refresh catalog before installing ZeroTier during tests --- tests.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.toml b/tests.toml index 3b38262..72f8b13 100644 --- a/tests.toml +++ b/tests.toml @@ -9,6 +9,7 @@ test_format = 1.0 # ------------ preinstall = """ + sudo yunohost tools update sudo yunohost app install zerotier """