Update laptop_install authored by Josep Virgili Llop's avatar Josep Virgili Llop
...@@ -33,6 +33,11 @@ Change `username` to your username. ...@@ -33,6 +33,11 @@ Change `username` to your username.
To connect to the internet with your wireless card follow the instructions on [NPS ERN on Linux (Ubuntu)](https://wiki.nps.edu/pages/viewpage.action?pageId=4620364) and to use a wired connection whitelist your MAC use using the [TAC Forms](https://wiki.nps.edu/display/TAC/Forms). To connect to the internet with your wireless card follow the instructions on [NPS ERN on Linux (Ubuntu)](https://wiki.nps.edu/pages/viewpage.action?pageId=4620364) and to use a wired connection whitelist your MAC use using the [TAC Forms](https://wiki.nps.edu/display/TAC/Forms).
If you didn't have internet while installing Ubuntu, update your system:
sudo apt-get update
sudo apt-get upgrade
## Install basic utilities ## Install basic utilities
First install git First install git
... ...
......