Skip to content
Snippets Groups Projects
Commit 1c81ad97 authored by Frédéric Leroy's avatar Frédéric Leroy
Browse files

add missing package software-properties-common

This package is needed for the command add-apt-repository
parent 67eb92cd
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment