Skip to content

Commit 1b296ca

Browse files
Updates
1 parent db6f912 commit 1b296ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ install_dependencies_linux() {
118118

119119
download_source_code() {
120120
if [[ $(uname) == "Darwin" ]]; then
121-
source_file_url="https://raw.githubusercontent.com/felipealfonsog/GitSyncMaster/refs/heads/main/src/src-std/gitsync.sh"
121+
source_file_url="https://raw.githubusercontent.com/felipealfonsog/GitSyncMaster/refs/heads/main/src/src-std/gitsync.py"
122122
source_file_name="git_update_macos.py"
123123
elif [[ $(uname) == "Linux" ]]; then
124-
source_file_url="https://raw.githubusercontent.com/felipealfonsog/GitSyncMaster/main/src/src-std/gitsync.py"
124+
source_file_url="https://raw.githubusercontent.com/felipealfonsog/GitSyncMaster/refs/heads/main/src/src-std/gitsync.py"
125125
source_file_name="git_update_linux.py"
126126
else
127127
echo "Unsupported operating system. Please install manually, read documentation, and re-run the installer."

installer_AppleSilicon.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ check_homebrew_installation_macOS() {
6363
}
6464

6565
download_source_code() {
66-
source_file_url="https://raw.githubusercontent.com/felipealfonsog/GitSyncMaster/refs/heads/main/src/src-std/gitsync.sh"
67-
source_file_name="git_update_macos_silicon.py"
66+
source_file_url="https://raw.githubusercontent.com/felipealfonsog/GitSyncMaster/refs/heads/main/src/src-std/gitsync.pyh"
67+
source_file_name="gitsync.py"
6868

6969
curl -o "$source_file_name" "$source_file_url"
7070
}

0 commit comments

Comments
 (0)