mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
joinmarket: pin joininbox menu to v0.1.2
This commit is contained in:
parent
871528d209
commit
8f443a9f86
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
# add the joininbox menu
|
||||
sudo rm -rf /home/joinmarket/joininbox
|
||||
sudo -u joinmarket git clone https://github.com/openoms/joininbox.git /home/joinmarket/joininbox
|
||||
# check the latest at:
|
||||
# https://github.com/openoms/joininbox/releases/
|
||||
sudo -u joinmarket git reset --hard v0.1.2
|
||||
sudo -u joinmarket cp /home/joinmarket/joininbox/scripts/* /home/joinmarket/
|
||||
sudo -u joinmarket cp /home/joinmarket/joininbox/scripts/.* /home/joinmarket/ 2>/dev/null
|
||||
sudo chmod +x /home/joinmarket/*.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue