diff --git a/forgejo-dependencies.sh b/forgejo-dependencies.sh index 63b87f4..cc4b1af 100755 --- a/forgejo-dependencies.sh +++ b/forgejo-dependencies.sh @@ -16,6 +16,7 @@ function install_docker() { function install_other() { local packages="sudo git" if ! which $packages ; then + apt-get update -qq apt-get install -y -qq $packages fi }