Skip to content
Snippets Groups Projects
Commit f1d34eba authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

removed sudo

parent b86e8285
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ fi
RUN_PATH=$PWD
# UBUNTU
sudo apt install -y lsb-core
apt install -y lsb-core
UBUNTU_DISTRO=$(lsb_release -rs);
if [ $UBUNTU_DISTRO == "16.04" ]; then
if [ $VERBOSE == "true" ]; then
......
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