Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
NMPP
FaVAD
Commits
4371e7bc
Commit
4371e7bc
authored
Jan 13, 2020
by
Michele Compostella
Browse files
Fixed repo path
parent
21b4ed73
Changes
1
Show whitespace changes
Inline
Side-by-side
assets/installer.sh
View file @
4371e7bc
...
@@ -47,7 +47,7 @@ echo "Installing LINUX packages..."
...
@@ -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
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
# Storing repository location
REPO_
FOLDER
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
"
REPO_
PATH
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
"
# Creating software folder
# Creating software folder
mkdir
-p
$1
mkdir
-p
$1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment