joinmarket: pin joininbox menu to v0.1.2

This commit is contained in:
openoms 2020-07-16 15:15:27 +01:00
parent 871528d209
commit 8f443a9f86
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

View file

@ -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