Added small fixs

This commit is contained in:
Alexey Berezhok
2025-01-05 22:18:59 +03:00
parent dba200787f
commit f18ea4c808
4 changed files with 6 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ get_branch_file() {
cp -f "$SRC_DIR/$filename" "$destination"
fi
else
download_file "https://raw.githubusercontent.com/$REPO/$branch/$filename" "$destination" $3
download_file "https://dev.brepo.ru/bayrepo/$REPO/raw/branch/$branch/$filename" "$destination" $3
fi
}