mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Add required dependencies for install process
This commit is contained in:
parent
4db14a8ab7
commit
f4414c041a
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ fi
|
||||||
export SRCCACHE
|
export SRCCACHE
|
||||||
|
|
||||||
if [ "$(id -u)" = "0" ]; then
|
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
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue