comes with G1BILLET / G1PASS / G1TW / @PASS

This commit is contained in:
fred 2023-05-01 21:43:17 +02:00
parent ffbfef7304
commit 4627dbcda0
1 changed files with 10 additions and 0 deletions

10
install_g1billet.sh Executable file
View File

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