Add required dependencies for install process

This commit is contained in:
Renato Luiz de Freitas Cunha 2023-07-27 12:57:35 -03:00 committed by Robin Gareus
parent 4db14a8ab7
commit f4414c041a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ fi
export SRCCACHE
if [ "$(id -u)" = "0" ]; then
apt-get -y install nsis curl wget
apt-get -y install nsis curl wget ca-certificates rsync zip unzip
fi