Skip to content

Commit

Permalink
fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Dec 5, 2021
1 parent a0e5e5d commit fe89d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appwrite.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down

0 comments on commit fe89d95

Please sign in to comment.