Browse Source

try different highlighting

master
Jonathan Cobb 3 years ago
parent
commit
bb112749b7
1 changed files with 15 additions and 7 deletions
  1. +15
    -7
      device_setup/ubuntu_tools.md

+ 15
- 7
device_setup/ubuntu_tools.md View File

@@ -9,17 +9,22 @@ Open a command-line terminal.
### Unpack the zip file
Unzip the file that you downloaded:

unzip bubble.zip
```shell script
unzip bubble.zip
```

Change directories into the directory containing the files that were unzipped:

cd bubble-Adventure_1.x.x # replace `Adventure_1.x.x` with the version that you downloaded
```shell script
cd bubble-Adventure_1.x.x # replace `Adventure_1.x.x` with the version that you downloaded
```

### Connect to your Bubble
From the `bubble-Adventure_1.x.x` directory, run:

./bin/ubuntu_connect_bubble hostname-of-your-bubble

```shell script
./bin/ubuntu_connect_bubble hostname-of-your-bubble
```
Where `hostname-of-your-bubble` is the hostname of your Bubble.

This command will handle all system configuration and
@@ -27,13 +32,16 @@ This command will handle all system configuration and
### Disconnect from your Bubble
From the `bubble-Adventure_1.x.x` directory, run:

./bin/ubuntu_disconnect_bubble
```shell script
./bin/ubuntu_disconnect_bubble
```

This will simply disconnect from the VPN.

### Delete device from Bubble
To remove your Ubuntu system completely from your Bubble, run:

./bin/ubuntu_disconnect_bubble delete

```shell script
./bin/ubuntu_disconnect_bubble delete
```
This will remove the device from the Bubble and delete all local files.

Loading…
Cancel
Save