Added missing rsync in apt install
This commit is contained in:
parent
30e688c79a
commit
36276fcf76
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ apt install \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
flex \
|
flex \
|
||||||
bison \
|
bison \
|
||||||
libncurses-dev
|
libncurses-dev \
|
||||||
|
rsync
|
||||||
|
|
||||||
# Go to build dir
|
# Go to build dir
|
||||||
cd "${DIR}" || exit
|
cd "${DIR}" || exit
|
||||||
|
|
Loading…
Reference in a new issue