diff --git a/install_wolf.sh b/install_wolf.sh
index fed07e38edcedf9e6c0d3a8bf733c65347d0ba1e..91a293cea9f672532f27284f29cbe9d7489f2768 100755
--- a/install_wolf.sh
+++ b/install_wolf.sh
@@ -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