From a0e5e5dac4a5d215be9bcfe26cc63f25207c1b68 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 5 Dec 2021 12:40:33 +0545 Subject: [PATCH 1/2] install haveged --- appwrite.json | 1 + 1 file changed, 1 insertion(+) diff --git a/appwrite.json b/appwrite.json index b2ce9a1..5927291 100644 --- a/appwrite.json +++ b/appwrite.json @@ -42,6 +42,7 @@ "apt -qqy update", "apt -qqy -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' full-upgrade", "apt -qqy -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' install {{user `apt_packages`}}", + "apt-get install haveged", "apt-get -qqy clean" ] }, From fe89d957bcf95025aea8d9e631d2645f388d7bb3 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 5 Dec 2021 13:09:46 +0545 Subject: [PATCH 2/2] fix install command --- appwrite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appwrite.json b/appwrite.json index 5927291..38e8a75 100644 --- a/appwrite.json +++ b/appwrite.json @@ -42,7 +42,7 @@ "apt -qqy update", "apt -qqy -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' full-upgrade", "apt -qqy -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' install {{user `apt_packages`}}", - "apt-get install haveged", + "apt-get install -y haveged", "apt-get -qqy clean" ] },