mirror of
https://github.com/wahyd4/skaware.git
synced 2026-08-09 04:35:57 +10:00
Update URL for git clone operations to use github HTTPS URLs for people behind a corporate firewall that prevents SSH access.
This commit is contained in:
@@ -95,7 +95,7 @@ build_install_skarnet_package() {
|
||||
|
||||
cd "$BUILDDIR"
|
||||
|
||||
git clone git://git.skarnet.org/${package}
|
||||
git clone https://github.com/skarnet/${package}.git
|
||||
cd ${package}
|
||||
if [[ ${version} =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
|
||||
version=$(git rev-list -n 1 v${version})
|
||||
|
||||
Reference in New Issue
Block a user