mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 15:38:25 +00:00
added gdebi
This commit is contained in:
parent
1ea70e654d
commit
8750000bbc
@ -14,8 +14,10 @@ To build debian package from scratch: <br>
|
|||||||
`cd build_dir/` <br>
|
`cd build_dir/` <br>
|
||||||
4) run package build: <br>
|
4) run package build: <br>
|
||||||
`debuild -us -uc` <br>
|
`debuild -us -uc` <br>
|
||||||
5) install resulting package: <br>
|
5) package is: `../bench_0.92_amd64.deb`<br>
|
||||||
`sudo dpkg -i ../bench_0.92_amd64.deb` <br>
|
<br>
|
||||||
|
To install resulting package: <br>
|
||||||
|
`sudo gdebi ../bench_0.92_amd64.deb` <br>
|
||||||
Please note that name of package contains your architecture so for 32-bit machines name will differ. <br>
|
Please note that name of package contains your architecture so for 32-bit machines name will differ. <br>
|
||||||
<br>
|
<br>
|
||||||
<i>Current state</i>: runs without problems on all Ubuntu versions installing bench in `/usr/share/python/bench/bin/bench`. Fails on Debian 8 with version format conflict.
|
<i>Current state</i>: runs without problems on all Ubuntu versions installing bench in `/usr/share/python/bench/bin/bench`. Fails on Debian 8 with version format conflict.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user