Postgres |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Postgres/install.sh | bash -s [version] |
Mongodb |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Mongodb/install.sh | bash -s [version] |
Mysql |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Mysql/install.sh | bash -s [version] |
Redis |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Redis/install.sh | bash -s [version] |
Pyenv |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Pyenv/install.sh | bash |
Python |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Python/install.sh | bash -s 3.6 |
Docker |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Docker/install.sh | bash |
docker-compose |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Docker/docker-compose/install.sh | bash |
Java |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Java/install.sh | bash -s [version] |
Rust |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Rust/install.sh | sudo bash |
Node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Node/install.sh | bash -s [version] |
Golang |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Golang/install.sh | bash -s [version] |
Ntp |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Ntp/install.sh | bash |
Consul |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Consul/install.sh | bash -s [version] |
Nginx |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Nginx/install.sh | bash -s [version] |
eth-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/ETH/eth-node/install.sh | bash -s [mainnet|testnet|kovan] |
eth-index |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/ETH/eth-index/install.sh | bash -s [mainnet|testnet] |
platon-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Platon/platon-node/install.sh | bash -s [mainnet|testnet] |
platon-index |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Platon/platon-index/install.sh | bash -s [mainnet|testnet] |
btc-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/BTC/btc-node/install.sh | bash -s [mainnet|testnet] |
btc-index |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/BTC/btc-index/install.sh | bash -s [mainnet|testnet] |
iris-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/IRIS/iris-node/install.sh | bash -s [mainnet|testnet] |
conflux-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Conflux/conflux-node/install.sh | bash -s [mainnet|testnet] |
polkadot-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Polkadot/polkadot-node/install.sh | bash -s [polkadot|kusama|westend] |
tezos-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Tezos/tezos-node/install.sh | bash -s [mainnet|testnet] |
ripple-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Ripple/ripple-node/install.sh | bash -s [mainnet|testnet] |
eos-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/EOS/eos-node/install.sh | bash -s [mainnet|testnet] |
chainx-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/ChainX/chainx-node/install.sh | bash -s [mainnet|testnet] |
stellar-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Stellar/stellar-node/install.sh | bash -s [mainnet|testnet] |
vet-node |
curl -SsL https://gitee.com/Xiechengqi/scripts/raw/master/install/Vet/vet-node/install.sh | bash -s [mainnet|testnet] |
判断OS |
curl -SsL https://raw.githubusercontent.com/Xiechengqi/scripts/master/tool/os.sh | bash -s [OS] [OSVersion] |
检查全节点 |
curl -SsL https://raw.githubusercontent.com/Xiechengqi/scripts/master/tool/chain.sh | bash |
|
|