Skip to content

Commit db6f912

Browse files
Updates
1 parent 40879ce commit db6f912

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/main/src/macos-linux-dev/git_update_macos.py"
121+
source_file_url="https://raw.githubusercontent.com/felipealfonsog/GitSyncMaster/refs/heads/main/src/src-std/gitsync.sh"
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/macos-linux-dev/git_update_linux.py"
124+
source_file_url="https://raw.githubusercontent.com/felipealfonsog/GitSyncMaster/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ check_homebrew_installation_macOS() {
6363
}
6464

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

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

0 commit comments

Comments
 (0)