Skip to content

Commit

Permalink
feat(ci): add a vendordep auto-updater to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamer1002 committed Oct 19, 2024
1 parent befafff commit 1221939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vendor_wizard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd vendordeps

# Check for internet connection
check_internet() {
if ping -c 1 8.8.8.8 &> /dev/null; then
if curl github.com &> /dev/null; then
return 0
else
return 1
Expand Down

0 comments on commit 1221939

Please sign in to comment.