Compare commits

..

No commits in common. "2063a52f04387f86c316159a09c736567ee3220b" and "dc59cf619be550773554a03a2289273c5b70981b" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -39,7 +39,7 @@ dbg $dbg_debug "identify root values"
set -e
# check if we have existing setup
if [ ! -e "$HOME/.config/cic/staff-client/.envinit" ]; then
if [ ! -f "$HOME/.config/cic/staff-client/key_fingerprint" ]; then
dbg $dbg_debug "load default environment"
config_directives=(CIC_REGISTRY_ADDRESS CIC_TRUST_ADDRESS META_URL TX_CACHE_URL CHAIN_SPEC)
@ -83,8 +83,6 @@ if [ ! -e "$HOME/.config/cic/staff-client/.envinit" ]; then
export AUTH_KEY=`cat $HOME/.config/cic/staff-client/key_fingerprint`
export AUTH_KEYRING_PATH=$HOME/.config/cic/staff-client/.gnupg
export AUTH_DB_PATH=$HOME/.local/share/cic/clicada
touch "$HOME/.config/cic/staff-client/.envinit"
fi
set +e

View File

@ -7,7 +7,7 @@ function checkk {
fi
}
if [ "$INSTALL_EVM" == "bloxberg" ] ; then
if [ "$INSTALL_EVM" == "bloxberg"] ; then
exec=(systemctl git gcc pip python3 sqlite3 clang rustup cmake)
else
exec=(systemctl git gcc pip python3 sqlite3)