7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
#!/bin/bash
|
||
|
VERSION=$1
|
||
|
cd /tmp/
|
||
|
git clone https://github.com/RSS-Bridge/rss-bridge.git
|
||
|
cd rss-bridge/
|
||
|
git checkout $VERSION
|