mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Add deb package
This commit is contained in:
parent
dcc0a9110c
commit
548739281c
2 changed files with 3 additions and 4 deletions
|
@ -12,10 +12,10 @@ Requirements
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
```
|
```
|
||||||
wget http://build.yunohost.org/simple-cdd_0.3.14_all.deb
|
|
||||||
sudo dpkg -i simple-cdd_0.3.14_all.deb
|
|
||||||
sudo apt-get install -f genisoimage qemu-kvm
|
|
||||||
git clone git://github.com/YunoHost/cd_build.git
|
git clone git://github.com/YunoHost/cd_build.git
|
||||||
|
cd cd_build
|
||||||
|
sudo dpkg -i ./simple-cdd_0.3.14_all.deb
|
||||||
|
sudo apt-get install -f genisoimage qemu-kvm
|
||||||
```
|
```
|
||||||
|
|
||||||
Some problems can occur at `dpkg -i` but keep going !
|
Some problems can occur at `dpkg -i` but keep going !
|
||||||
|
@ -24,7 +24,6 @@ Some problems can occur at `dpkg -i` but keep going !
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
```
|
```
|
||||||
cd cd_build
|
|
||||||
./build-yunohost amd64
|
./build-yunohost amd64
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
BIN
simple-cdd_0.3.14_all.deb
Normal file
BIN
simple-cdd_0.3.14_all.deb
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue