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