summarylogtreecommitdiffstats
path: root/0001-no-self-updating.patch
blob: 6b2278f78029f71ea44f057d7ca14d4faacafd75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 5604ce3291b09b9777d1ccd0f7b1d06fe413bedd Mon Sep 17 00:00:00 2001
From: seth <getchoo@tuta.io>
Date: Mon, 15 Aug 2022 21:31:40 -0400
Subject: [PATCH] no self-updating

---
 functions/antidote-update | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/functions/antidote-update b/functions/antidote-update
index 7c03e92..6b6d776 100644
--- a/functions/antidote-update
+++ b/functions/antidote-update
@@ -30,9 +30,6 @@ function __antidote_update {
   fi
 }

-# update antidote
-antidote selfupdate
-
 echo "Updating bundles..."
 local ANTIDOTE_HOME=$(antidote-home)
 local d
--
2.37.2