From bd26c453bdd929dbcd9837b2347d64e45daf07a7 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 15 Jan 2025 13:59:05 -0800 Subject: [PATCH] Simplify command --- registry/zulip.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/zulip.test b/registry/zulip.test index 4a17b4e..360faa0 100644 --- a/registry/zulip.test +++ b/registry/zulip.test @@ -4,7 +4,7 @@ contact=cbobbe@zulip.com fetch=git clone https://github.com/zulip/zulip-flutter.git tests fetch=git -C tests checkout 0bfa79d23fc9fcf5ce0cc5a21540434f526838d9 -setup.linux=TERM=dumb sudo apt install -y libsqlite3-dev +setup.linux=sudo apt install -y libsqlite3-dev update=. update=packages/zulip_plugin