File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,14 @@ The following environment variables can be used to customize the behavior of the
3636
3737Pre-built ` .deb ` packages are available on the [ GitHub Releases page] ( https://github.com/BernardIgiri/kas-selector/releases/latest ) .
3838
39- To install:
39+ To install version ` X ` :
4040
4141``` bash
42- wget https://github.com/BernardIgiri/kas-selector/releases/latest/download/kas-selector_0.X.0-1_amd64.deb
43- sudo dpkg -i kas-selector_0.X.0-1_amd64.deb
42+ # Replace this with the version number (e.g. 0.3.1)
43+ x=0.3.1
44+
45+ wget " https://github.com/BernardIgiri/kas-selector/releases/download/v${x} /kas-selector_${x} -1_amd64.deb"
46+ sudo dpkg -i " kas-selector_${x} -1_amd64.deb"
4447```
4548
4649## 🔨 Build Instructions
You can’t perform that action at this time.
0 commit comments