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

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