Skip to content

Commit

Permalink
Updated repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedyoda committed May 9, 2024
1 parent 59a0e0b commit f8f2745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update-from_repo.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

# Specify the remote repository URL
remote_repo="https://raw.githubusercontent.com/wickedyoda/public-setupfiles/main/updates/update-public-setupfiles.sh"
remote_repo="https://github.com/wickedyoda/public-setupfiles.git"

# Specify the local file path
local_file="./update-public-setupfiles.sh"
local_file="./pubic-setupfiles"

# Check if the local file exists
if [ -f "$local_file" ]; then
Expand All @@ -13,4 +13,4 @@ if [ -f "$local_file" ]; then
else
# Clone the remote repository to the local file path
git clone "$remote_repo" "$local_file"
fi
fi

0 comments on commit f8f2745

Please sign in to comment.