Remove config check, does not work

SSH agent is currently not available, needs to be checked in a different
way, just make it work for now

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-06-26 11:06:39 +02:00
parent 6eba74ff7b
commit 2d4db910ea
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -16,9 +16,6 @@ exec >${HOME}/.local/shell-banner.txt
## Start output ## Start output
printf "$(boxchar 6c)%083s$(boxchar 6b)\n" | sed "s/ /$(printf "$(boxchar 71)")/g" printf "$(boxchar 6c)%083s$(boxchar 6b)\n" | sed "s/ /$(printf "$(boxchar 71)")/g"
## Check whether config repos needs update
kv "Config" "$(${HOME}/bin/check_config)"
## Check for latest Go version ## Check for latest Go version
if ( ping -c 1 -q 8.8.8.8 >/dev/null ); then if ( ping -c 1 -q 8.8.8.8 >/dev/null ); then
GO_VER=$(curl -sSLf -m 2 'https://lv.luzifer.io/catalog-api/golang/latest.txt?p=version') GO_VER=$(curl -sSLf -m 2 'https://lv.luzifer.io/catalog-api/golang/latest.txt?p=version')