This commit is contained in:
Your Name
2024-02-13 01:26:25 -06:00
parent 50dd50f0a7
commit 7f7d487723

View File

@@ -21,7 +21,7 @@ if [ "$timeout" -gt 0 ]; then
echo "Internet connection established, proceeding with update." echo "Internet connection established, proceeding with update."
# Set branch to your target branch # Set branch to your target branch
branch="oscrpilot" branch="oscarpilot"
# Fetch the latest changes from the remote repository for the target branch # Fetch the latest changes from the remote repository for the target branch
git fetch origin "$branch" git fetch origin "$branch"