File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -289,11 +289,11 @@ The rest of the steps in this guide will be performed as that user.
289
289
There is no ` python-vm-builder ` package in Debian, so we need to install it from source ourselves,
290
290
291
291
``` bash
292
- wget http://archive.ubuntu.com/ubuntu/pool/universe/v/vm-builder/vm-builder_0.12.4+bzr489 .orig.tar.gz
293
- echo " ec12e0070a007989561bfee5862c89a32c301992dd2771c4d5078ef1b3014f03 vm-builder_0.12.4+bzr489 .orig.tar.gz" | sha256sum -c
292
+ wget http://archive.ubuntu.com/ubuntu/pool/universe/v/vm-builder/vm-builder_0.12.4+bzr494 .orig.tar.gz
293
+ echo " 76cbf8c52c391160b2641e7120dbade5afded713afaa6032f733a261f13e6a8e vm-builder_0.12.4+bzr494 .orig.tar.gz" | sha256sum -c
294
294
# (verification -- must return OK)
295
- tar -zxvf vm-builder_0.12.4+bzr489 .orig.tar.gz
296
- cd vm-builder-0.12.4+bzr489
295
+ tar -zxvf vm-builder_0.12.4+bzr494 .orig.tar.gz
296
+ cd vm-builder-0.12.4+bzr494
297
297
sudo python setup.py install
298
298
cd ..
299
299
```
You can’t perform that action at this time.
0 commit comments