I hereby claim:
- I am sigwo on github.
- I am sigwo (https://keybase.io/sigwo) on keybase.
- I have a public key ASD_K0LFy6X5kzU2IT7uS6EcB1OWlVN4KT0rRaIirnQdjQo
To claim this, I am signing this object:
| #!/bin/bash | |
| Color_Off='\033[0m' # Text Reset | |
| White='\033[0;37m' # White | |
| On_Green='\033[42m' # Green | |
| printf "\033c" | |
| # Metis Container installation script | |
| echo -e "${White}Please wait while we update your system...${Color_Off}" | |
| sudo apt -qq update -y && sudo apt -qq upgrade -y | |
| curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add - | |
| echo -e "${White}Installing MongoDB...${Color_Off}" |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| set -e | |
| # | |
| # https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 | |
| # | |
| # Don't run this script more than once! | |
| if [ -f /.chainpoint-installer-run ]; then | |
| echo "Looks like this script has already been run. Exiting!" | |
| exit 0 |
| #!/usr/bin/env bash | |
| set -e | |
| # Copyright 2017-2018 Tierion | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| #!/bin/bash | |
| sudo add-apt-repository ppa:bitcoin/bitcoin -y | |
| sudo apt-get update | |
| sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev -y | |
| git clone https://github.com/PieXcoin/PieXcoin | |
| cd PieXcoin/src/leveldb | |
| chmod +x build_detect_platform | |
| cd ~/PieXcoin/share | |
| chmod +x genbuild.sh | |
| cd .. |
| #!/bin/bash | |
| # ************************************************************************** | |
| # Influx installer | |
| # Influxd + Influx-qt + desktop icon | |
| # Maintained by : sigwo | |
| # ************************************************************************** | |
| # install dependencies | |
| echo "*** Installing dependencies ***" | |
| echo |
| #!/bin/bash | |
| # ************************************************************************** | |
| # Bitcoindark installer | |
| # Bitcoindark-qt + desktop icon | |
| # Maintained by : sigwo | |
| # ************************************************************************** | |
| # install dependencies | |
| echo "*** Installing dependencies ***" | |
| echo |
| #!/bin/bash | |
| # ************************************************************************** | |
| # Blitz installer | |
| # Blitz-qt + desktop icon | |
| # Maintained by : sigwo | |
| # ************************************************************************** | |
| # install dependencies | |
| echo "*** Installing dependencies ***" | |
| echo |
| #!/bin/bash | |
| # ************************************************************************** | |
| # Blocknet RPi installer | |
| # blocknet-qt + desktop icon | |
| # Maintained by : sigwo | |
| # ************************************************************************** | |
| # install dependencies | |
| echo "*** Installing dependencies ***" | |
| echo |