fix(bashrc): use git.nelim.org for checking internet access
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-12 20:31:42 -05:00
parent 32c212d2a5
commit 6a8c77da66

View file

@ -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"