mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-10 23:27:54 +00:00
[gitian] Use vm-builder_0.12.4+bzr494 on Debian
This commit is contained in:
parent
de7d4591a7
commit
779139549d
@ -289,11 +289,11 @@ The rest of the steps in this guide will be performed as that user.
|
|||||||
There is no `python-vm-builder` package in Debian, so we need to install it from source ourselves,
|
There is no `python-vm-builder` package in Debian, so we need to install it from source ourselves,
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget http://archive.ubuntu.com/ubuntu/pool/universe/v/vm-builder/vm-builder_0.12.4+bzr489.orig.tar.gz
|
wget http://archive.ubuntu.com/ubuntu/pool/universe/v/vm-builder/vm-builder_0.12.4+bzr494.orig.tar.gz
|
||||||
echo "ec12e0070a007989561bfee5862c89a32c301992dd2771c4d5078ef1b3014f03 vm-builder_0.12.4+bzr489.orig.tar.gz" | sha256sum -c
|
echo "76cbf8c52c391160b2641e7120dbade5afded713afaa6032f733a261f13e6a8e vm-builder_0.12.4+bzr494.orig.tar.gz" | sha256sum -c
|
||||||
# (verification -- must return OK)
|
# (verification -- must return OK)
|
||||||
tar -zxvf vm-builder_0.12.4+bzr489.orig.tar.gz
|
tar -zxvf vm-builder_0.12.4+bzr494.orig.tar.gz
|
||||||
cd vm-builder-0.12.4+bzr489
|
cd vm-builder-0.12.4+bzr494
|
||||||
sudo python setup.py install
|
sudo python setup.py install
|
||||||
cd ..
|
cd ..
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user