apt-get update

This commit is contained in:
Earl Warren 2023-10-26 21:42:41 +02:00
parent 6c5da9ae9c
commit 86be00a014
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -42,6 +42,8 @@ function log_info() {
function dependencies() {
maybe_sudo
if ! which curl daemon jq git-lfs > /dev/null ; then
export DEBIAN_FRONTEND=noninteractive
$SUDO apt-get update -qq
$SUDO apt-get install -y -qq curl daemon git-lfs jq sqlite3 gettext-base
fi