7 lines
122 B
Text
7 lines
122 B
Text
|
#!/bin/bash
|
||
|
VERSION=$1
|
||
|
cd /tmp/
|
||
|
git clone https://github.com/Koenkk/zigbee2mqtt.git
|
||
|
cd zigbee2mqtt/
|
||
|
git checkout $VERSION
|