You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Can be installed in English or other language appropriate for the target environment
22
-
* When creating a user account, be sure to grant Administrator permissions. Remember the username/password, as these credentials will be needed later to install IIAB.
23
22
24
-
### 2. Download Internet in a Box
23
+
### 2. Additional Ubuntu Setup
24
+
* After initial Ubuntu set up is complete, connect to the Internet via ethernet or WiFi before proceeding.
25
+
* Update any outdated packages:
26
+
```
27
+
sudo apt-get update && sudo apt-get upgrade
28
+
```
25
29
26
-
* Login to Ubuntu Server
27
-
* Open a Terminal using any of these methods:
28
-
* Connect to the Ubuntu Server from a different computer via [SSH](https://help.ubuntu.com/community/SSH/OpenSSH/ConnectingTo)
29
-
* or, when logged into graphical user interface: `Ctrl + Shift + T`
30
-
* or, when logged into graphical user interface: Right-click the desktop, choose
0 commit comments