commit
04ac6a5b6f
1 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,7 @@ install the default configuration from this repo:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd /opt/boxen/repo
|
cd /opt/boxen/repo
|
||||||
script/boxen
|
./script/boxen
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also skip the above steps and <a href="#customizing">customize your
|
You can also skip the above steps and <a href="#customizing">customize your
|
||||||
|
@ -100,14 +100,14 @@ sudo mkdir -p /opt/boxen
|
||||||
sudo chown ${USER}:staff /opt/boxen
|
sudo chown ${USER}:staff /opt/boxen
|
||||||
git clone <location of my new git repository> /opt/boxen/repo
|
git clone <location of my new git repository> /opt/boxen/repo
|
||||||
cd /opt/boxen/repo
|
cd /opt/boxen/repo
|
||||||
script/boxen
|
./script/boxen
|
||||||
```
|
```
|
||||||
|
|
||||||
Keep in mind this requires you to encrypt your hard drive by default.
|
Keep in mind this requires you to encrypt your hard drive by default.
|
||||||
If you do not want to do encrypt your hard drive, you can use the `--no-fde`.
|
If you do not want to do encrypt your hard drive, you can use the `--no-fde`.
|
||||||
|
|
||||||
```
|
```
|
||||||
script/boxen --no-fde
|
./script/boxen --no-fde
|
||||||
```
|
```
|
||||||
|
|
||||||
It should run successfully, and should tell you to source a shell script
|
It should run successfully, and should tell you to source a shell script
|
||||||
|
|
Loading…
Reference in a new issue