- Do you have an Github account ? If not create one.
- Install required tools
- Latest Git Client
- gpg tools
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
| #!/bin/bash | |
| # Script for installing R 3.6.3 on Bede | |
| # | |
| # The require dependancies are | |
| # * bzip2 | |
| # * curl | |
| # |-> openssl | |
| # * pcre | |
| # * xz | |
| # * R |