Skip to content
Snippets Groups Projects
Commit a89545bf authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing installation script

parent 109e2477
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,10 @@ discover_os
## Remove old dependencies and installations
if [ x"$i_dir" == x" " ]; then
i_dir="$HOME"
fi
remove_old $i_dir
## Check and try to install the prerequisites
......@@ -104,10 +108,6 @@ fi
## check for options
if [ x"$i_dir" == x" " ]; then
i_dir="$HOME"
fi
echo -e "\033[1;34;5mDEPENCENCIES INSTALLATION DIR \033[0m"
echo -e "Every required dependencies if needed will be installed into: \033[1;34;5m$i_dir\033[0m"
echo -e "if you want to install somewhere else do ./install -i /somewhere/else"
......
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