I hereby claim:
- I am bryantebeek on github.
- I am bryantebeek (https://keybase.io/bryantebeek) on keybase.
- I have a public key whose fingerprint is FBB9 CE99 BD6C 2210 9EFA 6DBC 1D99 9028 B5D9 CE6B
To claim this, I am signing this object:
| #!/bin/sh | |
| set -e | |
| # Load configs | |
| CONFIG_FILE=%%HASSIO_CONFIG%% | |
| SUPERVISOR="$(jq --raw-output '.supervisor' ${CONFIG_FILE})" | |
| HOMEASSISTANT="$(jq --raw-output '.homeassistant' ${CONFIG_FILE})" | |
| DATA="$(jq --raw-output '.data // "/usr/share/hassio"' ${CONFIG_FILE})" |
| apt update | |
| apt -y upgrade | |
| apt -y install build-essential libtool autotools-dev autoconf automake pkg-config libssl-dev libevent-dev libboost-all-dev libminiupnpc-dev libgmp-dev libcurl4-openssl-dev libdb-dev libdb++-dev git fail2ban | |
| apt -y install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev | |
| cd /opt && rm -rf Espers | |
| git clone https://github.com/CryptoCoderz/Espers.git && cd Espers | |
| chmod +x src/leveldb/build_detect_platform && chmod +x src/secp256k1/autogen.sh | |
| qmake -qt=qt5 USE_UPNP=- && make |
I hereby claim:
To claim this, I am signing this object:
| @import "ui-variables"; | |
| * { | |
| text-shadow: none; | |
| } | |
| .editor .gutter { | |
| background-color: #282828; | |
| } |