Skip to content

Commit 0e436f8

Browse files
mikenicholsonLandrash
authored andcommitted
Update z-wave.markdown (home-assistant#1180)
* Update z-wave.markdown `checkinstall` must be installed before being able to generate a package.
1 parent 47f0976 commit 0e436f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/getting-started/z-wave.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ $ sudo PYTHON_EXEC=$(which python3) make install
4444
<p class='note'>
4545
Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled:
4646

47-
```$ sudo PYTHON_EXEC=$(which python3) checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave```
47+
```bash
48+
$ sudo apt-get install -y checkinstall
49+
$ sudo PYTHON_EXEC=$(which python3) checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave
50+
```
4851

4952
</p>
5053

0 commit comments

Comments
 (0)