From 4627dbcda0dc7a5d8d5e050d45072dd5fa5b2e8a Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 1 May 2023 21:43:17 +0200 Subject: [PATCH] comes with G1BILLET / G1PASS / G1TW / @PASS --- install_g1billet.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 install_g1billet.sh diff --git a/install_g1billet.sh b/install_g1billet.sh new file mode 100755 index 00000000..9cf38609 --- /dev/null +++ b/install_g1billet.sh @@ -0,0 +1,10 @@ +#!/bin/bash + ## INSTALL G1BILLET + echo "INSTALLING G1BILLET SERVICE : http://g1billet.localhost:33101" + if [[ ! -d ~/.zen/G1BILLET ]]; then + mkdir -p ~/.zen + cd ~/.zen + git clone https://git.p2p.legal/qo-op/G1BILLET.git + cd G1BILLET && ./setup_systemd.sh + cd - + fi