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