Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
added author
  • Loading branch information
anantdark committed Jun 13, 2023
1 parent 9dec4e0 commit fafbb4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

echo "AUTHOR: ANANT"

# Function to check internet connectivity
check_internet() {
if ! ping -c 1 google.com &> /dev/null; then
Expand Down

0 comments on commit fafbb4d

Please sign in to comment.