Skip to content
Snippets Groups Projects
Commit b82b5f11 authored by Paul Beuchat's avatar Paul Beuchat
Browse files

Added install git command to installation scripts. The installation script is...

Added install git command to installation scripts. The installation script is tested and working for a fresh install of ubuntu 18.04
parent 6fba3d9e
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,13 @@ sudo apt -y install qtcreator
# Make the "work" directory under the users root
# > Note: the -p option means: no error if existing, make parent directories as needed
mkdir -p ~/work
# Change directory to this folder
cd ~/work
# Install git
sudo apt -y install git
# Clone the D-FaLL-System git repository
git clone https://gitlab.ethz.ch/D-FaLL/PandS-System/D-FaLL-System.git
......
......@@ -94,8 +94,13 @@ sudo apt -y install qtcreator
# Make the "work" directory under the users root
# > Note: the -p option means: no error if existing, make parent directories as needed
mkdir -p ~/work
# Change directory to this folder
cd ~/work
# Install git
sudo apt -y install git
# Clone the D-FaLL-System git repository
git clone https://gitlab.ethz.ch/D-FaLL/PandS-System/D-FaLL-System.git
......
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