Commit 1c81ad97 authored by Frédéric Leroy's avatar Frédéric Leroy

add missing package software-properties-common

This package is needed for the command add-apt-repository
parent 67eb92cd
......@@ -262,6 +262,8 @@ check_install_oai_software() {
exit 1
fi
$SUDO apt-get update
$SUDO apt install -y software-properties-common
# Now, we can add new repository here if needed
$SUDO apt-get install -y \
autoconf \
automake \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment