fix(bashrc): use git.nelim.org for checking internet access
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
32c212d2a5
commit
6a8c77da66
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ fetchNix() {(
|
|||
)}
|
||||
|
||||
# Check for internet
|
||||
if wget -q --spider https://nixos.org; then
|
||||
if wget -q --spider https://git.nelim.org; then
|
||||
fetchNix
|
||||
else
|
||||
echo "Offline"
|
||||
|
|
Loading…
Reference in a new issue