1
0

install: dumb support for local proxies

This commit is contained in:
Konstantin Demin 2022-07-20 00:10:20 +03:00
parent 724df8e2d8
commit d524b4255a
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

View File

@ -6,12 +6,12 @@ gh_repo='rockdrilla/dotfiles'
gh_br='main'
f_gitignore='.config/dotfiles/gitignore'
u_gitignore="https://raw.githubusercontent.com/${gh_repo}/${gh_br}/${f_gitignore}"
u_gitignore="${GITHUB_RAW:-https://raw.githubusercontent.com}/${gh_repo}/${gh_br}/${f_gitignore}"
u_repo="https://github.com/${gh_repo}.git"
d_repo='.config/dotfiles/repo.git'
u_tarball="https://github.com/${gh_repo}/archive/refs/heads/${gh_br}.tar.gz"
u_tarball="${GITHUB:-https://github.com}/${gh_repo}/archive/refs/heads/${gh_br}.tar.gz"
main() {
## dry run to test connectivity