Skip to content
Snippets Groups Projects
Commit 4371e7bc authored by Michele Compostella's avatar Michele Compostella
Browse files

Fixed repo path

parent 21b4ed73
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ echo "Installing LINUX packages..."
sudo apt install gcc gfortran libblas-dev liblapack-dev python python-pip python3 python3-pip ffmpeg imagemagick libsm6 libgl1 libgl1-mesa-dri libgl1-mesa-glx libpcre3-dev libxt6
# Storing repository location
REPO_FOLDER="$( cd "$(dirname "$0")" ; pwd -P )"
REPO_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
# Creating software folder
mkdir -p $1
......
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