Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Check_Internet domain #159

Merged
merged 1 commit into from
May 30, 2022
Merged

Fix Check_Internet domain #159

merged 1 commit into from
May 30, 2022

Conversation

YonLiud
Copy link
Contributor

@YonLiud YonLiud commented May 30, 2022

critical fix: 馃殤 Fix Check_Internet

Replace example.com with official BlackArch's URL blackarch.org on line 64

This fixes Issue #153

-   if ! $tool $tool_opts https://example.com/ > /dev/null 2>&1; then
+   if ! $tool $tool_opts https://blackarch.org/ > /dev/null 2>&1; then

The issue has existed for a long time and is CRITICAL for new beginners in BlackArch.

If this was meant to be a "CTF" please reference it as a comment in the file in order to not cause confusion among other comrades

-Yon Liud :)

Replace example.com with official blackarch's url (blackarch.org) in line 64

153
@noraj noraj changed the title critical fix: 馃殤 Fix Check_Internet Fix Check_Internet domain May 30, 2022
@noraj noraj merged commit e2ce783 into BlackArch:master May 30, 2022
@noraj noraj mentioned this pull request Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installing on top of Archlinux "you don't have an internet conection" error
2 participants