File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ install_dependencies_linux() {
118118
119119download_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."
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ check_homebrew_installation_macOS() {
6363}
6464
6565download_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}
You can’t perform that action at this time.
0 commit comments